public sealed class AgentUtterance : IMessage<AgentUtterance>, IEquatable<AgentUtterance>, IDeepCloneable<AgentUtterance>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class AgentUtterance.
AgentUtterance represents one message sent by the agent.
Implements
IMessageAgentUtterance, IEquatableAgentUtterance, IDeepCloneableAgentUtterance, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
AgentUtterance()
public AgentUtterance()AgentUtterance(AgentUtterance)
public AgentUtterance(AgentUtterance other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentUtterance |
Properties
Text
public string Text { get; set; }Required. Message content in text.
| Property Value | |
|---|---|
| Type | Description |
string |
|