Interface protos.google.cloud.dialogflow.v2.IStreamingDetectIntentRequest (3.3.0)

Properties of a StreamingDetectIntentRequest.

Package

@google-cloud/dialogflow!

Properties

inputAudio

inputAudio?: (Uint8Array|string|null);

StreamingDetectIntentRequest inputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

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

StreamingDetectIntentRequest outputAudioConfig

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

outputAudioConfigMask

outputAudioConfigMask?: (google.protobuf.IFieldMask|null);

StreamingDetectIntentRequest outputAudioConfigMask

Property Value
TypeDescription
(google.protobuf.IFieldMask|null)

queryInput

queryInput?: (google.cloud.dialogflow.v2.IQueryInput|null);

StreamingDetectIntentRequest queryInput

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

queryParams

queryParams?: (google.cloud.dialogflow.v2.IQueryParameters|null);

StreamingDetectIntentRequest queryParams

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

session

session?: (string|null);

StreamingDetectIntentRequest session

Property Value
TypeDescription
(string|null)

singleUtterance

singleUtterance?: (boolean|null);

StreamingDetectIntentRequest singleUtterance

Property Value
TypeDescription
(boolean|null)