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

Properties of a QueryInput.

Package

@google-cloud/dialogflow-cx

Properties

audio

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

QueryInput audio

dtmf

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

QueryInput dtmf

event

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

QueryInput event

intent

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

QueryInput intent

languageCode

languageCode?: (string|null);

QueryInput languageCode

text

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

QueryInput text