Interface protos.google.cloud.dialogflow.cx.v3beta1.IQueryInput (2.13.0)

Properties of a QueryInput.

Package

@google-cloud/dialogflow-cx!

Properties

audio

audio?: (google.cloud.dialogflow.cx.v3beta1.IAudioInput|null);

QueryInput audio

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IAudioInput|null)

dtmf

dtmf?: (google.cloud.dialogflow.cx.v3beta1.IDtmfInput|null);

QueryInput dtmf

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IDtmfInput|null)

event

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

QueryInput event

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

intent

intent?: (google.cloud.dialogflow.cx.v3beta1.IIntentInput|null);

QueryInput intent

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3beta1.IIntentInput|null)

languageCode

languageCode?: (string|null);

QueryInput languageCode

Property Value
TypeDescription
(string|null)

text

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

QueryInput text

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