GoogleCloudDialogflowV2AnalyzeContentRequest class
The request message for Participants.AnalyzeContent.
Constructors
-
GoogleCloudDialogflowV2AnalyzeContentRequest({GoogleCloudDialogflowV2AssistQueryParameters? assistQueryParams, Map<
String, Object?> ? cxParameters, GoogleCloudDialogflowV2EventInput? eventInput, GoogleCloudDialogflowV2QueryParameters? queryParams, GoogleCloudDialogflowV2OutputAudioConfig? replyAudioConfig, String? requestId, GoogleCloudDialogflowV2SuggestionInput? suggestionInput, GoogleCloudDialogflowV2TextInput? textInput}) - GoogleCloudDialogflowV2AnalyzeContentRequest.fromJson(Map json_)
Properties
- assistQueryParams ↔ GoogleCloudDialogflowV2AssistQueryParameters?
-
Parameters for a human assist query.
getter/setter pair
-
cxParameters
↔ Map<
String, Object?> ? -
Additional parameters to be put into Dialogflow CX session parameters.
getter/setter pair
- eventInput ↔ GoogleCloudDialogflowV2EventInput?
-
An input event to send to Dialogflow.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- queryParams ↔ GoogleCloudDialogflowV2QueryParameters?
-
Parameters for a Dialogflow virtual-agent query.
getter/setter pair
- replyAudioConfig ↔ GoogleCloudDialogflowV2OutputAudioConfig?
-
Speech synthesis configuration.
getter/setter pair
- requestId ↔ String?
-
A unique identifier for this request.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestionInput ↔ GoogleCloudDialogflowV2SuggestionInput?
-
An input representing the selection of a suggestion.
getter/setter pair
- textInput ↔ GoogleCloudDialogflowV2TextInput?
-
The natural language text to be processed.
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