Interface protos.google.cloud.dialogflow.cx.v3.IQueryInput (2.12.1)

Properties of a QueryInput.

Package

@google-cloud/dialogflow-cx!

Properties

audio

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

QueryInput audio

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

dtmf

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

QueryInput dtmf

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

event

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

QueryInput event

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

intent

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

QueryInput intent

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

languageCode

languageCode?: (string|null);

QueryInput languageCode

Property Value
TypeDescription
(string|null)

text

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

QueryInput text

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