MinimalConversation

The minimum amount of information required to generate a Summary without having a Conversation resource created.

JSON representation
{
  "messages": [
    {
      object (Message)
    }
  ],
  "parent": string
}
Fields
messages[]

object (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, languageCode, participant, participantRole} Optional fields: {sendTime} If sendTime is not provided, then the messages must be provided in chronological order.

parent

string

Required. The parent resource to charge for the Summary's generation. Format: projects/<Project ID>/locations/<Location ID>.