Interface protos.google.cloud.dialogflow.cx.v3.IQueryResult (2.13.0)

Properties of a QueryResult.

Package

@google-cloud/dialogflow-cx!

Properties

currentPage

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

QueryResult currentPage

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

diagnosticInfo

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

QueryResult diagnosticInfo

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

intent

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

QueryResult intent

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

intentDetectionConfidence

intentDetectionConfidence?: (number|null);

QueryResult intentDetectionConfidence

Property Value
TypeDescription
(number|null)

languageCode

languageCode?: (string|null);

QueryResult languageCode

Property Value
TypeDescription
(string|null)

match

match?: (google.cloud.dialogflow.cx.v3.IMatch|null);

QueryResult match

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.IMatch|null)

parameters

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

QueryResult parameters

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

responseMessages

responseMessages?: (google.cloud.dialogflow.cx.v3.IResponseMessage[]|null);

QueryResult responseMessages

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.IResponseMessage[]|null)

sentimentAnalysisResult

sentimentAnalysisResult?: (google.cloud.dialogflow.cx.v3.ISentimentAnalysisResult|null);

QueryResult sentimentAnalysisResult

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.ISentimentAnalysisResult|null)

text

text?: (string|null);

QueryResult text

Property Value
TypeDescription
(string|null)

transcript

transcript?: (string|null);

QueryResult transcript

Property Value
TypeDescription
(string|null)

triggerEvent

triggerEvent?: (string|null);

QueryResult triggerEvent

Property Value
TypeDescription
(string|null)

triggerIntent

triggerIntent?: (string|null);

QueryResult triggerIntent

Property Value
TypeDescription
(string|null)

webhookPayloads

webhookPayloads?: (google.protobuf.IStruct[]|null);

QueryResult webhookPayloads

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

webhookStatuses

webhookStatuses?: (google.rpc.IStatus[]|null);

QueryResult webhookStatuses

Property Value
TypeDescription
(google.rpc.IStatus[]|null)