Class ConversationSummarizationSuggestionData (1.17.3)

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

Conversation summarization suggestion data.

Attributes

NameDescription
text str
The summarization content that is concatenated into one string.
text_sections MutableMapping[str, str]
The summarization content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
confidence float
The confidence score of the summarization.
metadata MutableMapping[str, str]
A map that contains metadata about the summarization and the document from which it originates.
answer_record str
The name of the answer record. Format: projects/{project}/locations/{location}/answerRecords/{answer_record}
conversation_model str
The name of the model that generates this summary. Format: projects/{project}/locations/{location}/conversationModels/{conversation_model}

Classes

MetadataEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

TextSectionsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.