Show / Hide Table of Contents

Class GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation

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

Inheritance
object
GoogleCloudDialogflowV2GenerateStatelessSummaryRequestMinimalConversation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX