Interface protos.google.cloud.dialogflow.v2beta1.IStreamingDetectIntentResponse (3.3.0)

Properties of a StreamingDetectIntentResponse.

Package

@google-cloud/dialogflow!

Properties

alternativeQueryResults

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

StreamingDetectIntentResponse alternativeQueryResults

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

outputAudio

outputAudio?: (Uint8Array|string|null);

StreamingDetectIntentResponse outputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

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

StreamingDetectIntentResponse outputAudioConfig

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

queryResult

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

StreamingDetectIntentResponse queryResult

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

recognitionResult

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

StreamingDetectIntentResponse recognitionResult

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