MinimalConversation(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The minimum amount of information required to generate a Summary without having a Conversation resource created.
Attributes |
|
---|---|
Name | Description |
messages |
MutableSequence[google.cloud.dialogflow_v2.types.Message]
Required. The messages that the Summary will be generated from. It is expected that this message content is already redacted and does not contain any PII. Required fields: {content, language_code, participant, participant_role} Optional fields: {send_time} If send_time is not provided, then the messages must be provided in chronological order. |
parent |
str
Required. The parent resource to charge for the Summary's generation. Format: projects/ .
|