Class: Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/resources.rb
Overview
Configuration for summarization.
Defined Under Namespace
Modules: SummarizationModel
Instance Attribute Summary collapse
-
#conversation_profile ⇒ ::String
Resource name of the Dialogflow conversation profile.
-
#summarization_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig::SummarizationModel
Default summarization model to be used.
Instance Attribute Details
#conversation_profile ⇒ ::String
Returns Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile}
Note: The following fields are mutually exclusive: conversation_profile
, summarization_model
. If a field in that set is populated, all other fields in the set will automatically be cleared.
1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1745 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarization model to use, if `conversation_profile` is not used. module SummarizationModel # Unspecified summarization model. SUMMARIZATION_MODEL_UNSPECIFIED = 0 # The CCAI baseline model. BASELINE_MODEL = 1 # The CCAI baseline model, V2.0. BASELINE_MODEL_V2_0 = 2 end end |
#summarization_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig::SummarizationModel
Returns Default summarization model to be used.
Note: The following fields are mutually exclusive: summarization_model
, conversation_profile
. If a field in that set is populated, all other fields in the set will automatically be cleared.
1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1745 class SummarizationConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summarization model to use, if `conversation_profile` is not used. module SummarizationModel # Unspecified summarization model. SUMMARIZATION_MODEL_UNSPECIFIED = 0 # The CCAI baseline model. BASELINE_MODEL = 1 # The CCAI baseline model, V2.0. BASELINE_MODEL_V2_0 = 2 end end |