Interface protos.google.cloud.dialogflow.v2.IQueryInput (4.4.0)

Properties of a QueryInput.

Package

@google-cloud/dialogflow!

Properties

audioConfig

audioConfig?: (google.cloud.dialogflow.v2.IInputAudioConfig|null);

QueryInput audioConfig

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

event

event?: (google.cloud.dialogflow.v2.IEventInput|null);

QueryInput event

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

text

text?: (google.cloud.dialogflow.v2.ITextInput|null);

QueryInput text

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