GoogleCloudDialogflowV2Intent class

Constructors

GoogleCloudDialogflowV2Intent({String? action, List<String>? defaultResponsePlatforms, String? displayName, bool? endInteraction, List<String>? events, List<GoogleCloudDialogflowV2IntentFollowupIntentInfo>? followupIntentInfo, List<String>? inputContextNames, bool? isFallback, bool? liveAgentHandoff, List<GoogleCloudDialogflowV2IntentMessage>? messages, bool? mlDisabled, String? name, List<GoogleCloudDialogflowV2Context>? outputContexts, List<GoogleCloudDialogflowV2IntentParameter>? parameters, String? parentFollowupIntentName, int? priority, bool? resetContexts, String? rootFollowupIntentName, List<GoogleCloudDialogflowV2IntentTrainingPhrase>? trainingPhrases, String? webhookState})
GoogleCloudDialogflowV2Intent.fromJson(Map json_)

Properties

action String?
getter/setter pair
defaultResponsePlatforms List<String>?
getter/setter pair
displayName String?
getter/setter pair
endInteraction bool?
getter/setter pair
events List<String>?
getter/setter pair
followupIntentInfo List<GoogleCloudDialogflowV2IntentFollowupIntentInfo>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputContextNames List<String>?
getter/setter pair
isFallback bool?
getter/setter pair
liveAgentHandoff bool?
getter/setter pair
messages List<GoogleCloudDialogflowV2IntentMessage>?
getter/setter pair
mlDisabled bool?
getter/setter pair
name String?
getter/setter pair
outputContexts List<GoogleCloudDialogflowV2Context>?
getter/setter pair
parameters List<GoogleCloudDialogflowV2IntentParameter>?
getter/setter pair
parentFollowupIntentName String?
getter/setter pair
priority int?
getter/setter pair
resetContexts bool?
getter/setter pair
rootFollowupIntentName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trainingPhrases List<GoogleCloudDialogflowV2IntentTrainingPhrase>?
getter/setter pair
webhookState 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