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

Properties of a StreamingDetectIntentResponse.

Package

@google-cloud/dialogflow!

Properties

outputAudio

outputAudio?: (Uint8Array|string|null);

StreamingDetectIntentResponse outputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

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

StreamingDetectIntentResponse outputAudioConfig

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

queryResult

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

StreamingDetectIntentResponse queryResult

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

recognitionResult

recognitionResult?: (google.cloud.dialogflow.v2.IStreamingRecognitionResult|null);

StreamingDetectIntentResponse recognitionResult

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

responseId

responseId?: (string|null);

StreamingDetectIntentResponse responseId

Property Value
TypeDescription
(string|null)

webhookStatus

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

StreamingDetectIntentResponse webhookStatus

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