Google Cloud Dialogflow v2beta1 API - Class Conversation.Types.ContextReference.Types.ContextContent (1.0.0-beta24)

public sealed class Conversation.Types.ContextReference.Types.ContextContent : IMessage<Conversation.Types.ContextReference.Types.ContextContent>, IEquatable<Conversation.Types.ContextReference.Types.ContextContent>, IDeepCloneable<Conversation.Types.ContextReference.Types.ContextContent>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Conversation.Types.ContextReference.Types.ContextContent.

Contents ingested.

Inheritance

object > Conversation.Types.ContextReference.Types.ContextContent

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ContextContent()

public ContextContent()

ContextContent(ContextContent)

public ContextContent(Conversation.Types.ContextReference.Types.ContextContent other)
Parameter
Name Description
other ConversationTypesContextReferenceTypesContextContent

Properties

AnswerRecord

public string AnswerRecord { get; set; }

If the context content was generated from a tool call, specify the answer record associated with the tool call. Format: projects/<Project ID>/locations/<Location ID>/answerRecords/<Answer Record ID>.

Property Value
Type Description
string

Content

public string Content { get; set; }

Required. The information ingested in a single request.

Property Value
Type Description
string

ContentFormat

public Conversation.Types.ContextReference.Types.ContextContent.Types.ContentFormat ContentFormat { get; set; }

Required. The format of the ingested string.

Property Value
Type Description
ConversationTypesContextReferenceTypesContextContentTypesContentFormat

IngestionTime

public Timestamp IngestionTime { get; set; }

Output only. The time when this information was incorporated into the relevant context reference.

Property Value
Type Description
Timestamp