GoogleCloudDialogflowV2Agent class

Constructors

GoogleCloudDialogflowV2Agent({String? apiVersion, String? avatarUri, double? classificationThreshold, String? defaultLanguageCode, String? description, String? displayName, bool? enableLogging, String? matchMode, String? parent, List<String>? supportedLanguageCodes, String? tier, String? timeZone})
GoogleCloudDialogflowV2Agent.fromJson(Map json_)

Properties

apiVersion String?
Possible string values are:
getter/setter pair
avatarUri String?
getter/setter pair
classificationThreshold double?
getter/setter pair
defaultLanguageCode String?
getter/setter pair
description String?
getter/setter pair
displayName String?
getter/setter pair
enableLogging bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matchMode String?
Possible string values are:
getter/setter pair
parent String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedLanguageCodes List<String>?
getter/setter pair
tier String?
Possible string values are:
getter/setter pair
timeZone String?
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