Class MatchIntentResponse (1.0.0)

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

Response of [MatchIntent][].

Inheritance

System.Object > MatchIntentResponse

Implements

Google.Protobuf.IMessage<MatchIntentResponse>, System.IEquatable<MatchIntentResponse>, Google.Protobuf.IDeepCloneable<MatchIntentResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

MatchIntentResponse()

public MatchIntentResponse()

MatchIntentResponse(MatchIntentResponse)

public MatchIntentResponse(MatchIntentResponse other)
Parameter
NameDescription
otherMatchIntentResponse

Properties

CurrentPage

public Page CurrentPage { get; set; }

The current [Page][google.cloud.dialogflow.cx.v3.Page]. Some, not all fields are filled in this message, including but not limited to name and display_name.

Property Value
TypeDescription
Page

Matches

public RepeatedField<Match> Matches { get; }

Match results, if more than one, ordered descendingly by the confidence we have that the particular intent matches the query.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Match>

QueryCase

public MatchIntentResponse.QueryOneofCase QueryCase { get; }
Property Value
TypeDescription
MatchIntentResponse.QueryOneofCase

Text

public string Text { get; set; }

If [natural language text][google.cloud.dialogflow.cx.v3.TextInput] was provided as input, this field will contain a copy of the text.

Property Value
TypeDescription
System.String

Transcript

public string Transcript { get; set; }

If [natural language speech audio][google.cloud.dialogflow.cx.v3.AudioInput] was provided as input, this field will contain the trascript for the audio.

Property Value
TypeDescription
System.String

TriggerEvent

public string TriggerEvent { get; set; }

If an [event][google.cloud.dialogflow.cx.v3.EventInput] was provided as input, this field will contain a copy of the event name.

Property Value
TypeDescription
System.String

TriggerIntent

public string TriggerIntent { get; set; }

If an [intent][google.cloud.dialogflow.cx.v3.IntentInput] was provided as input, this field will contain a copy of the intent identifier.

Property Value
TypeDescription
System.String