GoogleCloudDialogflowV2ExportDocumentRequest class
Request message for Documents.ExportDocument.
Constructors
- GoogleCloudDialogflowV2ExportDocumentRequest({bool? exportFullContent, GoogleCloudDialogflowV2GcsDestination? gcsDestination, bool? smartMessagingPartialUpdate})
- GoogleCloudDialogflowV2ExportDocumentRequest.fromJson(Map json_)
Properties
- exportFullContent ↔ bool?
-
When enabled, export the full content of the document including empirical
probability.
getter/setter pair
- gcsDestination ↔ GoogleCloudDialogflowV2GcsDestination?
-
Cloud Storage file path to export the document.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smartMessagingPartialUpdate ↔ bool?
-
When enabled, export the smart messaging allowlist document for partial
update.
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