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}.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1694 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.
1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1694 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 |