View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ReloadDocumentRequest (google_api_dialogflow v0.77.0)

Request message for Documents.ReloadDocument.

Attributes

  • contentUri (type: String.t, default: nil) - Optional. The path of gcs source file for reloading document content. For now, only gcs uri is supported. For documents stored in Google Cloud Storage, these URIs must have the form gs:///.
  • importGcsCustomMetadata (type: boolean(), default: nil) - Optional. Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.
  • smartMessagingPartialUpdate (type: boolean(), default: nil) - Optional. When enabled, the reload request is to apply partial update to the smart messaging allowlist.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ReloadDocumentRequest{
    contentUri: String.t() | nil,
    importGcsCustomMetadata: boolean() | nil,
    smartMessagingPartialUpdate: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.