Class SummarizationConfig (1.17.3)

SummarizationConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration for summarization.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
conversation_profile str
Resource name of the Dialogflow conversation profile. Format: projects/{project}/locations/{location}/conversationProfiles/{conversation_profile} This field is a member of oneof_ model_source.
summarization_model google.cloud.contact_center_insights_v1.types.AnnotatorSelector.SummarizationConfig.SummarizationModel
Default summarization model to be used. This field is a member of oneof_ model_source.

Classes

SummarizationModel

SummarizationModel(value)

Summarization model to use, if conversation_profile is not used.

Values: SUMMARIZATION_MODEL_UNSPECIFIED (0): Unspecified summarization model. BASELINE_MODEL (1): The CCAI baseline model.