Class GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation
The minimum amount of information required to generate a Summary without having a Conversation resource created.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Messages
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.
Declaration
[JsonProperty("messages")]
public virtual IList<GoogleCloudDialogflowV2Message> Messages { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2Message> |