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

Properties of a QueryInput.

Package

@google-cloud/dialogflow-cx

Properties

audio

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

QueryInput audio

dtmf

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

QueryInput dtmf

event

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

QueryInput event

intent

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

QueryInput intent

languageCode

languageCode?: (string|null);

QueryInput languageCode

text

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

QueryInput text

toolCallResult

toolCallResult?: (google.cloud.dialogflow.cx.v3beta1.IToolCallResult|null);

QueryInput toolCallResult