View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ExportOperationMetadata (google_api_dialogflow v0.78.0)

Metadata related to the Export Data Operations (e.g. ExportDocument).

Attributes

  • exportedGcsDestination (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1GcsDestination.t, default: nil) - Cloud Storage file path of the exported data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1ExportOperationMetadata{
    exportedGcsDestination:
      GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2beta1GcsDestination.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.