Dialogflow v3 API - Class AgentUtterance (3.0.0)

public sealed class AgentUtterance : IMessage<AgentUtterance>, IEquatable<AgentUtterance>, IDeepCloneable<AgentUtterance>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class AgentUtterance.

AgentUtterance represents one message sent by the agent.

Inheritance

object > AgentUtterance

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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