View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest (google_api_contact_center_insights v0.12.0)

Request to export an issue model.

Attributes

  • gcsDestination (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination.t, default: nil) - Google Cloud Storage URI to export the issue model to.
  • name (type: String.t, default: nil) - Required. The issue model to export.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest{
    gcsDestination:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequestGcsDestination.t()
      | nil,
    name: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.