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

Properties of a StreamingDetectIntentRequest.

Package

@google-cloud/dialogflow

Properties

enableDebuggingInfo

enableDebuggingInfo?: (boolean|null);

StreamingDetectIntentRequest enableDebuggingInfo

inputAudio

inputAudio?: (Uint8Array|string|null);

StreamingDetectIntentRequest inputAudio

outputAudioConfig

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

StreamingDetectIntentRequest outputAudioConfig

outputAudioConfigMask

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

StreamingDetectIntentRequest outputAudioConfigMask

queryInput

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

StreamingDetectIntentRequest queryInput

queryParams

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

StreamingDetectIntentRequest queryParams

session

session?: (string|null);

StreamingDetectIntentRequest session

singleUtterance

singleUtterance?: (boolean|null);

StreamingDetectIntentRequest singleUtterance