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

Properties of a QueryInput.

Package

@google-cloud/dialogflow!

Properties

audioConfig

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

QueryInput audioConfig

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

event

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

QueryInput event

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

text

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

QueryInput text

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