GoogleCloudDialogflowV2AgentCoachingInstruction class

Constructors

GoogleCloudDialogflowV2AgentCoachingInstruction({String? agentAction, String? condition, String? displayDetails, String? displayName, GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult? duplicateCheckResult, String? systemAction, String? triggeringEvent})
GoogleCloudDialogflowV2AgentCoachingInstruction.fromJson(Map json_)

Properties

agentAction String?
getter/setter pair
condition String?
getter/setter pair
displayDetails String?
getter/setter pair
displayName String?
getter/setter pair
duplicateCheckResult GoogleCloudDialogflowV2AgentCoachingInstructionDuplicateCheckResult?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemAction String?
getter/setter pair
triggeringEvent String?
Possible string values are:
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited