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}.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1615 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.
1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1615 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 |