Dialogflow v3 API - Class WebhookRequest.Types.IntentInfo (2.17.0)

public sealed class WebhookRequest.Types.IntentInfo : IMessage<WebhookRequest.Types.IntentInfo>, IEquatable<WebhookRequest.Types.IntentInfo>, IDeepCloneable<WebhookRequest.Types.IntentInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Dialogflow v3 API class WebhookRequest.Types.IntentInfo.

Represents intent information communicated to the webhook.

Inheritance

object > WebhookRequest.Types.IntentInfo

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

IntentInfo()

public IntentInfo()

IntentInfo(IntentInfo)

public IntentInfo(WebhookRequest.Types.IntentInfo other)
Parameter
NameDescription
otherWebhookRequestTypesIntentInfo

Properties

Confidence

public float Confidence { get; set; }

The confidence of the matched intent. Values range from 0.0 (completely uncertain) to 1.0 (completely certain).

Property Value
TypeDescription
float

DisplayName

public string DisplayName { get; set; }

Always present. The display name of the last matched [intent][google.cloud.dialogflow.cx.v3.Intent].

Property Value
TypeDescription
string

LastMatchedIntent

public string LastMatchedIntent { get; set; }

Always present. The unique identifier of the last matched [intent][google.cloud.dialogflow.cx.v3.Intent]. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

Property Value
TypeDescription
string

Parameters

public MapField<string, WebhookRequest.Types.IntentInfo.Types.IntentParameterValue> Parameters { get; }

Parameters identified as a result of intent matching. This is a map of the name of the identified parameter to the value of the parameter identified from the user's utterance. All parameters defined in the matched intent that are identified will be surfaced here.

Property Value
TypeDescription
MapFieldstringWebhookRequestTypesIntentInfoTypesIntentParameterValue