Show / Hide Table of Contents

Class GoogleCloudDialogflowV2Generator

Inheritance
object
GoogleCloudDialogflowV2Generator
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 GoogleCloudDialogflowV2Generator : IDirectResponseSchema

Properties

AgentCoachingContext

Declaration
[JsonProperty("agentCoachingContext")]
public virtual GoogleCloudDialogflowV2AgentCoachingContext AgentCoachingContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2AgentCoachingContext

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

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Declaration
[JsonProperty("description")]
public virtual string Description { 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

FreeFormContext

Declaration
[JsonProperty("freeFormContext")]
public virtual GoogleCloudDialogflowV2FreeFormContext FreeFormContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2FreeFormContext

InferenceParameter

Declaration
[JsonProperty("inferenceParameter")]
public virtual GoogleCloudDialogflowV2InferenceParameter InferenceParameter { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2InferenceParameter

Name

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PublishedModel

Declaration
[JsonProperty("publishedModel")]
public virtual string PublishedModel { get; set; }
Property Value
Type Description
string

SuggestionDedupingConfig

Declaration
[JsonProperty("suggestionDedupingConfig")]
public virtual GoogleCloudDialogflowV2SuggestionDedupingConfig SuggestionDedupingConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SuggestionDedupingConfig

SummarizationContext

Declaration
[JsonProperty("summarizationContext")]
public virtual GoogleCloudDialogflowV2SummarizationContext SummarizationContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2SummarizationContext

Tools

Declaration
[JsonProperty("tools")]
public virtual IList<string> Tools { get; set; }
Property Value
Type Description
IList<string>

TriggerEvent

Declaration
[JsonProperty("triggerEvent")]
public virtual string TriggerEvent { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX