Interface protos.google.cloud.dialogflow.cx.v3.IMatch (4.6.0)

Properties of a Match.

Package

@google-cloud/dialogflow-cx

Properties

confidence

confidence?: (number|null);

Match confidence

event

event?: (string|null);

Match event

intent

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

Match intent

matchType

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

Match matchType

parameters

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

Match parameters

resolvedInput

resolvedInput?: (string|null);

Match resolvedInput