View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentsRequest (google_api_dialogflow v0.74.0)

Request message for Documents.ImportDocuments.

Attributes

  • documentTemplate (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentTemplate.t, default: nil) - Required. Document template used for importing all the documents.
  • gcsSource (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsSources.t, default: nil) - The Google Cloud Storage location for the documents. The path can include a wildcard. These URIs may have the forms gs:///. gs:////*..
  • importGcsCustomMetadata (type: boolean(), default: nil) - Whether to import custom metadata from Google Cloud Storage. Only valid when the document source is Google Cloud Storage URI.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentsRequest{
    documentTemplate:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2ImportDocumentTemplate.t()
      | nil,
    gcsSource:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2GcsSources.t() | nil,
    importGcsCustomMetadata: boolean() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.