public sealed class Agent : IMessage<Agent>, IEquatable<Agent>, IDeepCloneable<Agent>, IBufferMessage, IMessage
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][google.cloud.dialogflow.cx.v3.Intent], [Entity Types][google.cloud.dialogflow.cx.v3.EntityType], [Flows][google.cloud.dialogflow.cx.v3.Flow], [Fulfillments][google.cloud.dialogflow.cx.v3.Fulfillment], [Webhooks][google.cloud.dialogflow.cx.v3.Webhook], and so on to manage the conversation flows..
Inheritance
System.Object > AgentImplements
Google.Protobuf.IMessage<Agent>, System.IEquatable<Agent>, Google.Protobuf.IDeepCloneable<Agent>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
Agent()
public Agent()
Agent(Agent)
public Agent(Agent other)
Parameter | |
---|---|
Name | Description |
other | Agent |
Properties
AgentName
public AgentName AgentName { get; set; }
Property Value | |
---|---|
Type | Description |
AgentName |
AvatarUri
public string AvatarUri { get; set; }
The URI of the agent's avatar. Avatars are used throughout the Dialogflow console and in the self-hosted Web Demo integration.
Property Value | |
---|---|
Type | Description |
System.String |
DefaultLanguageCode
public string DefaultLanguageCode { get; set; }
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][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent] method.
Property Value | |
---|---|
Type | Description |
System.String |
Description
public string Description { get; set; }
The description of the agent. The maximum length is 500 characters. If exceeded, the request is rejected.
Property Value | |
---|---|
Type | Description |
System.String |
DisplayName
public string DisplayName { get; set; }
Required. The human-readable name of the agent, unique within the location.
Property Value | |
---|---|
Type | Description |
System.String |
EnableSpellCorrection
public bool EnableSpellCorrection { get; set; }
Indicates if automatic spell correction is enabled in detect intent requests.
Property Value | |
---|---|
Type | Description |
System.Boolean |
EnableStackdriverLogging
public bool EnableStackdriverLogging { get; set; }
Indicates if stackdriver logging is enabled for the agent.
Property Value | |
---|---|
Type | Description |
System.Boolean |
Name
public string Name { get; set; }
The unique identifier of the agent.
Required for the [Agents.UpdateAgent][google.cloud.dialogflow.cx.v3.Agents.UpdateAgent] method. [Agents.CreateAgent][google.cloud.dialogflow.cx.v3.Agents.CreateAgent]
populates the name automatically.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>
.
Property Value | |
---|---|
Type | Description |
System.String |
SpeechToTextSettings
public SpeechToTextSettings SpeechToTextSettings { get; set; }
Speech recognition related settings.
Property Value | |
---|---|
Type | Description |
SpeechToTextSettings |
StartFlow
public string StartFlow { get; set; }
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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Property Value | |
---|---|
Type | Description |
System.String |
StartFlowAsFlowName
public FlowName StartFlowAsFlowName { get; set; }
Property Value | |
---|---|
Type | Description |
FlowName |
TimeZone
public string TimeZone { get; set; }
Required. The time zone of the agent from the time zone database, e.g., America/New_York, Europe/Paris.
Property Value | |
---|---|
Type | Description |
System.String |