View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Agent (google_api_dialogflow v0.74.0)

Agents are best described as Natural Language Understanding (NLU) modules that transform user requests into actionable data. You can include agents in your app, product, or service to determine user intent and respond to the user in a natural way. After you create an agent, you can add Intents, Entity Types, Flows, Fulfillments, Webhooks, and so on to manage the conversation flows..

Attributes

  • advancedSettings (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AdvancedSettings.t, default: nil) - Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level.
  • avatarUri (type: String.t, default: nil) - The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
  • defaultLanguageCode (type: String.t, default: nil) - Required. Immutable. The default language of the agent as a language tag. See Language Support for a list of the currently supported language codes. This field cannot be set by the Agents.UpdateAgent method.
  • description (type: String.t, default: nil) - The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
  • displayName (type: String.t, default: nil) - Required. The human-readable name of the agent, unique within the location.
  • enableSpellCorrection (type: boolean(), default: nil) - Indicates if automatic spell correction is enabled in detect intent requests.
  • enableStackdriverLogging (type: boolean(), default: nil) - Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead.
  • name (type: String.t, default: nil) - The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects//locations//agents/.
  • securitySettings (type: String.t, default: nil) - Name of the SecuritySettings reference for the agent. Format: projects//locations//securitySettings/.
  • speechToTextSettings (type: GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SpeechToTextSettings.t, default: nil) - Speech recognition related settings.
  • startFlow (type: String.t, default: nil) - Immutable. Name of the start flow in this agent. A start flow will be automatically created when the agent is created, and can only be deleted by deleting the agent. Format: projects//locations//agents//flows/.
  • supportedLanguageCodes (type: list(String.t), default: nil) - The list of all languages supported by the agent (except for the default_language_code).
  • timeZone (type: String.t, default: nil) - Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Agent{
  advancedSettings:
    GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3AdvancedSettings.t()
    | nil,
  avatarUri: String.t() | nil,
  defaultLanguageCode: String.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  enableSpellCorrection: boolean() | nil,
  enableStackdriverLogging: boolean() | nil,
  name: String.t() | nil,
  securitySettings: String.t() | nil,
  speechToTextSettings:
    GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3SpeechToTextSettings.t()
    | nil,
  startFlow: String.t() | nil,
  supportedLanguageCodes: [String.t()] | nil,
  timeZone: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.