View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1alpha1ExportIssueModelRequest (google_api_contact_center_insights v0.10.2)
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
Unwrap a decoded JSON object into its complex fields.