Class GoogleCloudDialogflowV2ConversationContextReferenceContextContent
Contents ingested.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationContextReferenceContextContent : IDirectResponseSchema
Properties
Content
Required. The information ingested in a single request.
Declaration
[JsonProperty("content")]
public virtual string Content { get; set; }
Property Value
Type | Description |
---|---|
string |
ContentFormat
Required. The format of the ingested string.
Declaration
[JsonProperty("contentFormat")]
public virtual string ContentFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IngestionTime
object representation of IngestionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use IngestionTimeDateTimeOffset instead.")]
public virtual object IngestionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
IngestionTimeDateTimeOffset
DateTimeOffset representation of IngestionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? IngestionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
IngestionTimeRaw
Output only. The time when this information was incorporated into the relevant context reference.
Declaration
[JsonProperty("ingestionTime")]
public virtual string IngestionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |