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}.
1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1475 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 end end |
#summarization_model ⇒ ::Google::Cloud::ContactCenterInsights::V1::AnnotatorSelector::SummarizationConfig::SummarizationModel
Returns Default summarization model to be used.
1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/resources.rb', line 1475 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 end end |