Interface protos.google.cloud.dialogflow.cx.v3beta1.IMatchIntentResponse (2.12.1)

Properties of a MatchIntentResponse.

Package

@google-cloud/dialogflow-cx!

Properties

currentPage

currentPage?: (google.cloud.dialogflow.cx.v3beta1.IPage|null);

MatchIntentResponse currentPage

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IPage|null)

matches

matches?: (google.cloud.dialogflow.cx.v3beta1.IMatch[]|null);

MatchIntentResponse matches

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IMatch[]|null)

text

text?: (string|null);

MatchIntentResponse text

Property Value
TypeDescription
(string|null)

transcript

transcript?: (string|null);

MatchIntentResponse transcript

Property Value
TypeDescription
(string|null)

triggerEvent

triggerEvent?: (string|null);

MatchIntentResponse triggerEvent

Property Value
TypeDescription
(string|null)

triggerIntent

triggerIntent?: (string|null);

MatchIntentResponse triggerIntent

Property Value
TypeDescription
(string|null)