GoogleCloudDialogflowV2ReloadDocumentRequest class
Request message for Documents.ReloadDocument.
Constructors
- GoogleCloudDialogflowV2ReloadDocumentRequest({String? contentUri, bool? importGcsCustomMetadata, bool? smartMessagingPartialUpdate})
- GoogleCloudDialogflowV2ReloadDocumentRequest.fromJson(Map json_)
Properties
- contentUri ↔ String?
- 
  The path of gcs source file for reloading document content.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- importGcsCustomMetadata ↔ bool?
- 
  Whether to import custom metadata from Google Cloud Storage.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- smartMessagingPartialUpdate ↔ bool?
- 
  When enabled, the reload request is to apply partial update to the smart
messaging allowlist.
  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