Interface protos.google.cloud.dialogflow.v2beta1.IDetectIntentResponse (4.4.0)

Properties of a DetectIntentResponse.

Package

@google-cloud/dialogflow!

Properties

alternativeQueryResults

alternativeQueryResults?: (google.cloud.dialogflow.v2beta1.IQueryResult[]|null);

DetectIntentResponse alternativeQueryResults

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IQueryResult[]|null)

outputAudio

outputAudio?: (Uint8Array|string|null);

DetectIntentResponse outputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

outputAudioConfig?: (google.cloud.dialogflow.v2beta1.IOutputAudioConfig|null);

DetectIntentResponse outputAudioConfig

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IOutputAudioConfig|null)

queryResult

queryResult?: (google.cloud.dialogflow.v2beta1.IQueryResult|null);

DetectIntentResponse queryResult

Property Value
TypeDescription
(google.cloud.dialogflow.v2beta1.IQueryResult|null)

responseId

responseId?: (string|null);

DetectIntentResponse responseId

Property Value
TypeDescription
(string|null)

webhookStatus

webhookStatus?: (google.rpc.IStatus|null);

DetectIntentResponse webhookStatus

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