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.
Implements
IMessageConversationTypesContextReferenceTypesContextContent, IEquatableConversationTypesContextReferenceTypesContextContent, IDeepCloneableConversationTypesContextReferenceTypesContextContent, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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
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 |