Class: Google::Cloud::ContactCenterInsights::V1::Settings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/resources.rb

Overview

The settings resource.

Defined Under Namespace

Classes: AnalysisConfig, PubsubNotificationSettingsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_config::Google::Cloud::ContactCenterInsights::V1::Settings::AnalysisConfig

Returns Default analysis settings.



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#conversation_ttl::Google::Protobuf::Duration

Returns 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.

Returns:

  • (::Google::Protobuf::Duration)

    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.



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the settings was created.

Returns:



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#language_code::String

Returns 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.

Returns:

  • (::String)

    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.



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#name::String

Returns Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings.

Returns:

  • (::String)

    Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#pubsub_notification_settings::Google::Protobuf::Map{::String => ::String}

Returns 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.
  • "update-conversation": Notify each time a conversation is updated via UpdateConversation.

Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    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.
    • "update-conversation": Notify each time a conversation is updated via UpdateConversation.

    Values are Pub/Sub topics. The format of each Pub/Sub topic is: projects/{project}/topics/{topic}



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#redaction_config::Google::Cloud::ContactCenterInsights::V1::RedactionConfig

Returns Default DLP redaction resources to be applied while ingesting conversations.

Returns:



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#speech_config::Google::Cloud::ContactCenterInsights::V1::SpeechConfig

Returns Optional. Default Speech-to-Text resources to be used while ingesting audio files. Optional, CCAI Insights will create a default if not provided.

Returns:



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time at which the settings were last updated.

Returns:



1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1056

class Settings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Default configuration when creating Analyses in Insights.
  # @!attribute [rw] runtime_integration_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using Dialogflow runtime integration
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] upload_conversation_analysis_percentage
  #   @return [::Float]
  #     Percentage of conversations created using the UploadConversation endpoint
  #     to analyze automatically, between [0, 100].
  # @!attribute [rw] annotator_selector
  #   @return [::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector]
  #     To select the annotators to run and the phrase matchers to use
  #     (if any). If not specified, all annotators will be run.
  class AnalysisConfig
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class PubsubNotificationSettingsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end