View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Settings (google_api_contact_center_insights v0.10.0)

The CCAI Insights project wide settings. Use these settings to configure the behavior of Insights. View these settings with getsettings and change the settings with updateSettings.

Attributes

  • analysisConfig (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig.t, default: nil) - Default analysis settings.
  • conversationTtl (type: String.t, default: nil) - The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
  • createTime (type: DateTime.t, default: nil) - Output only. The time at which the settings was created.
  • languageCode (type: String.t, default: nil) - A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
  • name (type: String.t, default: nil) - Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings
  • pubsubNotificationSettings (type: map(), default: nil) - A map that maps a notification trigger to a Pub/Sub topic. Each time a specified trigger occurs, Insights will notify the corresponding Pub/Sub topic. Keys are notification triggers. Supported keys are: "all-triggers": Notify each time any of the supported triggers occurs. "create-analysis": Notify each time an analysis is created. "create-conversation": Notify each time a conversation is created. "export-insights-data": Notify each time an export is complete. "ingest-conversations": Notify each time an IngestConversations LRO is complete. "update-conversation": Notify each time a conversation is updated via UpdateConversation. * "upload-conversation": Notify when an UploadConversation LRO is complete. Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}
  • redactionConfig (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig.t, default: nil) - Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the UploadConversation and IngestConversations endpoints, including conversations coming from CCAI Platform.
  • speechConfig (type: GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SpeechConfig.t, default: nil) - Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the UploadConversation and IngestConversations endpoints, including conversations coming from CCAI Platform.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time at which the settings were last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Settings{
    analysisConfig:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SettingsAnalysisConfig.t()
      | nil,
    conversationTtl: String.t() | nil,
    createTime: DateTime.t() | nil,
    languageCode: String.t() | nil,
    name: String.t() | nil,
    pubsubNotificationSettings: map() | nil,
    redactionConfig:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1RedactionConfig.t()
      | nil,
    speechConfig:
      GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1SpeechConfig.t()
      | nil,
    updateTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.