Google Cloud Dialogflow v2 API - Class GenerateStatelessSummaryRequest.Types.MinimalConversation (4.10.0)

public sealed class GenerateStatelessSummaryRequest.Types.MinimalConversation : IMessage<GenerateStatelessSummaryRequest.Types.MinimalConversation>, IEquatable<GenerateStatelessSummaryRequest.Types.MinimalConversation>, IDeepCloneable<GenerateStatelessSummaryRequest.Types.MinimalConversation>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GenerateStatelessSummaryRequest.Types.MinimalConversation.

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

Inheritance

object > GenerateStatelessSummaryRequest.Types.MinimalConversation

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

MinimalConversation()

public MinimalConversation()

MinimalConversation(MinimalConversation)

public MinimalConversation(GenerateStatelessSummaryRequest.Types.MinimalConversation other)
Parameter
NameDescription
otherGenerateStatelessSummaryRequestTypesMinimalConversation

Properties

Messages

public RepeatedField<Message> Messages { get; }

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.

Property Value
TypeDescription
RepeatedFieldMessage

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string