Interface protos.google.cloud.dialogflow.cx.v3beta1.WebhookRequest.IIntentInfo (2.12.1)

Properties of an IntentInfo.

Package

@google-cloud/dialogflow-cx!

Properties

confidence

confidence?: (number|null);

IntentInfo confidence

Property Value
TypeDescription
(number|null)

displayName

displayName?: (string|null);

IntentInfo displayName

Property Value
TypeDescription
(string|null)

lastMatchedIntent

lastMatchedIntent?: (string|null);

IntentInfo lastMatchedIntent

Property Value
TypeDescription
(string|null)

parameters

parameters?: ({ [k: string]: google.cloud.dialogflow.cx.v3beta1.WebhookRequest.IntentInfo.IIntentParameterValue }|null);

IntentInfo parameters

Property Value
TypeDescription
({ [k: string]: google.cloud.dialogflow.cx.v3beta1.WebhookRequest.IntentInfo.IIntentParameterValue }|null)