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

Properties of a Match.

Package

@google-cloud/dialogflow-cx!

Properties

confidence

confidence?: (number|null);

Match confidence

Property Value
TypeDescription
(number|null)

event

event?: (string|null);

Match event

Property Value
TypeDescription
(string|null)

intent

intent?: (google.cloud.dialogflow.cx.v3beta1.IIntent|null);

Match intent

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

matchType

matchType?: (google.cloud.dialogflow.cx.v3beta1.Match.MatchType|keyof typeof google.cloud.dialogflow.cx.v3beta1.Match.MatchType|null);

Match matchType

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.Match.MatchType|keyof typeof google.cloud.dialogflow.cx.v3beta1.Match.MatchType|null)

parameters

parameters?: (google.protobuf.IStruct|null);

Match parameters

Property Value
TypeDescription
(google.protobuf.IStruct|null)

resolvedInput

resolvedInput?: (string|null);

Match resolvedInput

Property Value
TypeDescription
(string|null)