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

Google Cloud Storage Object details to get the feedback label file from.

Attributes

  • format (type: String.t, default: nil) - Required. File format which will be ingested.
  • objectUri (type: String.t, default: nil) - Required. The Google Cloud Storage URI of the file to import. Format: gs://bucket_name/object_name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestGcsSource{
    format: String.t() | nil,
    objectUri: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.