GoogleCloudDialogflowV2DetectIntentResponse class
The message returned from the DetectIntent method.
Constructors
- GoogleCloudDialogflowV2DetectIntentResponse({String? outputAudio, GoogleCloudDialogflowV2OutputAudioConfig? outputAudioConfig, GoogleCloudDialogflowV2QueryResult? queryResult, String? responseId, GoogleRpcStatus? webhookStatus})
- GoogleCloudDialogflowV2DetectIntentResponse.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- outputAudio ↔ String?
-
The audio data bytes encoded as specified in the request.
getter/setter pair
-
outputAudioAsBytes
↔ List<
int> -
getter/setter pair
- outputAudioConfig ↔ GoogleCloudDialogflowV2OutputAudioConfig?
-
The config used by the speech synthesizer to generate the output audio.
getter/setter pair
- queryResult ↔ GoogleCloudDialogflowV2QueryResult?
-
The selected results of the conversational query or event processing.
getter/setter pair
- responseId ↔ String?
-
The unique identifier of the response.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webhookStatus ↔ GoogleRpcStatus?
-
Specifies the status of the webhook request.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited