- 1.36.0 (latest)
- 1.35.0
- 1.34.1
- 1.33.0
- 1.32.1
- 1.31.1
- 1.30.1
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.1
- 1.22.0
- 1.21.0
- 1.20.1
- 1.19.0
- 1.18.0
- 1.17.1
- 1.16.0
- 1.15.0
- 1.14.1
- 1.13.5
- 1.12.1
- 1.11.0
- 1.10.0
- 1.9.1
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.2
- 1.2.0
- 1.1.1
- 1.0.0
- 0.8.2
- 0.7.1
- 0.6.0
- 0.5.0
- 0.4.1
- 0.3.0
- 0.2.0
- 0.1.1
Agent(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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][google.cloud.dialogflow.cx.v3.EntityType], Flows, Fulfillments, Webhooks, and so on to manage the conversation flows..
Attributes | |
---|---|
Name | Description |
name |
str
The unique identifier of the agent. Required for the Agents.UpdateAgent method. Agents.CreateAgent populates the name automatically. Format: projects/ .
|
display_name |
str
Required. The human-readable name of the agent, unique within the location. |
default_language_code |
str
Required. Immutable. The default language of the agent as a language tag. See `Language Support |
supported_language_codes |
Sequence[str]
The list of all languages supported by the agent (except for the default_language_code ).
|
time_zone |
str
Required. The time zone of the agent from the `time zone database |
description |
str
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected. |
avatar_uri |
str
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted `Web Demo |
speech_to_text_settings |
google.cloud.dialogflowcx_v3.types.SpeechToTextSettings
Speech recognition related settings. |
start_flow |
str
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/ .
|
security_settings |
str
Name of the SecuritySettings reference for the agent. Format: projects/ .
|
enable_stackdriver_logging |
bool
Indicates if stackdriver logging is enabled for the agent. Please use agent.advanced_settings instead. |
enable_spell_correction |
bool
Indicates if automatic spell correction is enabled in detect intent requests. |
advanced_settings |
google.cloud.dialogflowcx_v3.types.AdvancedSettings
Hierarchical advanced settings for this agent. The settings exposed at the lower level overrides the settings exposed at the higher level. |