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

Properties of a DetectIntentResponse.

Package

@google-cloud/dialogflow-cx!

Properties

allowCancellation

allowCancellation?: (boolean|null);

DetectIntentResponse allowCancellation

Property Value
TypeDescription
(boolean|null)

outputAudio

outputAudio?: (Uint8Array|string|null);

DetectIntentResponse outputAudio

Property Value
TypeDescription
(Uint8Array|string|null)

outputAudioConfig

outputAudioConfig?: (google.cloud.dialogflow.cx.v3.IOutputAudioConfig|null);

DetectIntentResponse outputAudioConfig

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

queryResult

queryResult?: (google.cloud.dialogflow.cx.v3.IQueryResult|null);

DetectIntentResponse queryResult

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

responseId

responseId?: (string|null);

DetectIntentResponse responseId

Property Value
TypeDescription
(string|null)

responseType

responseType?: (google.cloud.dialogflow.cx.v3.DetectIntentResponse.ResponseType|keyof typeof google.cloud.dialogflow.cx.v3.DetectIntentResponse.ResponseType|null);

DetectIntentResponse responseType

Property Value
TypeDescription
(google.cloud.dialogflow.cx.v3.DetectIntentResponse.ResponseType|keyof typeof google.cloud.dialogflow.cx.v3.DetectIntentResponse.ResponseType|null)