GoogleCloudDialogflowV2AnalyzeContentResponse class
The response message for Participants.AnalyzeContent.
Constructors
-
GoogleCloudDialogflowV2AnalyzeContentResponse({GoogleCloudDialogflowV2AutomatedAgentReply? automatedAgentReply, GoogleCloudDialogflowV2DtmfParameters? dtmfParameters, List<
GoogleCloudDialogflowV2SuggestionResult> ? endUserSuggestionResults, List<GoogleCloudDialogflowV2SuggestionResult> ? humanAgentSuggestionResults, GoogleCloudDialogflowV2Message? message, GoogleCloudDialogflowV2OutputAudio? replyAudio, String? replyText}) - GoogleCloudDialogflowV2AnalyzeContentResponse.fromJson(Map json_)
Properties
- automatedAgentReply ↔ GoogleCloudDialogflowV2AutomatedAgentReply?
-
Only set if a Dialogflow automated agent has responded.
getter/setter pair
- dtmfParameters ↔ GoogleCloudDialogflowV2DtmfParameters?
-
Indicates the parameters of DTMF.
getter/setter pair
-
endUserSuggestionResults
↔ List<
GoogleCloudDialogflowV2SuggestionResult> ? -
The suggestions for end user.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
humanAgentSuggestionResults
↔ List<
GoogleCloudDialogflowV2SuggestionResult> ? -
The suggestions for most recent human agent.
getter/setter pair
- message ↔ GoogleCloudDialogflowV2Message?
-
Message analyzed by CCAI.
getter/setter pair
- replyAudio ↔ GoogleCloudDialogflowV2OutputAudio?
-
The audio data bytes encoded as specified in the request.
getter/setter pair
- replyText ↔ String?
-
The output text content.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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