Class Agent (0.2.0)

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.v3beta1.EntityType], Flows, Fulfillments, Webhooks, and so on to manage the conversation flows..

Attributes

NameDescription
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
Immutable. The default language of the agent as a language tag. See `Language Support
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 .gcdc_agent.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/.
enable_stackdriver_logging bool
Indicates if stackdriver logging is enabled for the agent.
enable_spell_correction bool
Indicates if automatic spell correction is enabled in detect intent requests.