Class GoogleCloudDialogflowV2ConversationContextReference
Represents a section of ingested context information.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ConversationContextReference : IDirectResponseSchema
Properties
ContextContents
Required. The list of content updates for a context reference.
Declaration
[JsonProperty("contextContents")]
public virtual IList<GoogleCloudDialogflowV2ConversationContextReferenceContextContent> ContextContents { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2ConversationContextReferenceContextContent> |
CreateTime
object representation of CreateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CreateTimeDateTimeOffset
DateTimeOffset representation of CreateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CreateTimeRaw
Output only. The time the context reference was first created.
Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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 |
LanguageCode
Optional. The language of the information ingested, defaults to "en-US" if not set.
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMode
Required. The mode in which context reference contents are updated.
Declaration
[JsonProperty("updateMode")]
public virtual string UpdateMode { get; set; }
Property Value
Type | Description |
---|---|
string |