GoogleCloudDialogflowV2AnalyzeContentRequest class
Constructors
-
GoogleCloudDialogflowV2AnalyzeContentRequest({GoogleCloudDialogflowV2AssistQueryParameters? assistQueryParams, GoogleCloudDialogflowV2AudioInput? audioInput, Map<
String, Object?> ? cxParameters, GoogleCloudDialogflowV2EventInput? eventInput, GoogleCloudDialogflowV2QueryParameters? queryParams, GoogleCloudDialogflowV2OutputAudioConfig? replyAudioConfig, String? requestId, GoogleCloudDialogflowV2SuggestionInput? suggestionInput, GoogleCloudDialogflowV2TextInput? textInput}) - GoogleCloudDialogflowV2AnalyzeContentRequest.fromJson(Map json_)
Properties
- assistQueryParams ↔ GoogleCloudDialogflowV2AssistQueryParameters?
-
getter/setter pair
- audioInput ↔ GoogleCloudDialogflowV2AudioInput?
-
getter/setter pair
-
cxParameters
↔ Map<
String, Object?> ? -
The values for Object must be JSON objects. It can consist of
num,String,boolandnullas well asMapandListvalues.getter/setter pair - eventInput ↔ GoogleCloudDialogflowV2EventInput?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- queryParams ↔ GoogleCloudDialogflowV2QueryParameters?
-
getter/setter pair
- replyAudioConfig ↔ GoogleCloudDialogflowV2OutputAudioConfig?
-
getter/setter pair
- requestId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestionInput ↔ GoogleCloudDialogflowV2SuggestionInput?
-
getter/setter pair
- textInput ↔ GoogleCloudDialogflowV2TextInput?
-
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