Interface protos.google.cloud.dialogflow.v2.IDetectIntentResponse (4.2.0)

Properties of a DetectIntentResponse.

Package

@google-cloud/dialogflow!

Properties

outputAudio

outputAudio?: (Uint8Array|string|null);

DetectIntentResponse outputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

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

DetectIntentResponse outputAudioConfig

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

queryResult

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

DetectIntentResponse queryResult

Property Value
TypeDescription
(google.cloud.dialogflow.v2.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)