Show / Hide Table of Contents

Class GoogleCloudDialogflowV2AgentCoachingInstruction

Inheritance
object
GoogleCloudDialogflowV2AgentCoachingInstruction
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2AgentCoachingInstruction : IDirectResponseSchema

Properties

AgentAction

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

Condition

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

DisplayDetails

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

DisplayName

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

DuplicateCheckResult

Declaration
[JsonProperty("duplicateCheckResult")]
public virtual GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult DuplicateCheckResult { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

SystemAction

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

TriggeringEvent

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX