Interface protos.google.cloud.dialogflow.v2.IDetectIntentRequest (4.3.1)

Properties of a DetectIntentRequest.

Package

@google-cloud/dialogflow!

Properties

inputAudio

inputAudio?: (Uint8Array|string|null);

DetectIntentRequest inputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

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

DetectIntentRequest outputAudioConfig

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

outputAudioConfigMask

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

DetectIntentRequest outputAudioConfigMask

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

queryInput

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

DetectIntentRequest queryInput

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

queryParams

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

DetectIntentRequest queryParams

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

session

session?: (string|null);

DetectIntentRequest session

Property Value
TypeDescription
(string|null)