Properties of a DetectIntentResponse.
Package
@google-cloud/dialogflow!Properties
alternativeQueryResults
alternativeQueryResults?: (google.cloud.dialogflow.v2beta1.IQueryResult[]|null);
DetectIntentResponse alternativeQueryResults
Type | Description |
(google.cloud.dialogflow.v2beta1.IQueryResult[]|null) |
outputAudio
outputAudio?: (Uint8Array|string|null);
DetectIntentResponse outputAudio
Type | Description |
(Uint8Array|string|null) |
outputAudioConfig
outputAudioConfig?: (google.cloud.dialogflow.v2beta1.IOutputAudioConfig|null);
DetectIntentResponse outputAudioConfig
Type | Description |
(google.cloud.dialogflow.v2beta1.IOutputAudioConfig|null) |
queryResult
queryResult?: (google.cloud.dialogflow.v2beta1.IQueryResult|null);
DetectIntentResponse queryResult
Type | Description |
(google.cloud.dialogflow.v2beta1.IQueryResult|null) |
responseId
responseId?: (string|null);
DetectIntentResponse responseId
Type | Description |
(string|null) |
webhookStatus
webhookStatus?: (google.rpc.IStatus|null);
DetectIntentResponse webhookStatus
Type | Description |
(google.rpc.IStatus|null) |