Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ConversationContextReferenceContextContent

Contents ingested.

Inheritance
object
GoogleCloudDialogflowV2ConversationContextReferenceContextContent
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX