GoogleCloudDialogflowV2BatchUpdateIntentsRequest class
Constructors
- GoogleCloudDialogflowV2BatchUpdateIntentsRequest({GoogleCloudDialogflowV2IntentBatch? intentBatchInline, String? intentBatchUri, String? intentView, String? languageCode, String? updateMask})
- GoogleCloudDialogflowV2BatchUpdateIntentsRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- intentBatchInline ↔ GoogleCloudDialogflowV2IntentBatch?
-
The collection of intents to update or create.
getter/setter pair
- intentBatchUri ↔ String?
-
The URI to a Google Cloud Storage file containing intents to update or
create.
getter/setter pair
- intentView ↔ String?
-
The resource view to apply to the returned intent.
getter/setter pair
- languageCode ↔ String?
-
The language used to access language-specific data.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMask ↔ String?
-
The mask to control which fields get updated.
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