SummarizationContext(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Summarization context that customer can configure.
Attributes |
|
---|---|
Name | Description |
summarization_sections |
MutableSequence[google.cloud.dialogflow_v2beta1.types.SummarizationSection]
Optional. List of sections. Note it contains both predefined section sand customer defined sections. |
few_shot_examples |
MutableSequence[google.cloud.dialogflow_v2beta1.types.FewShotExample]
Optional. List of few shot examples. |
version |
str
Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"]. |
output_language_code |
str
Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions. |