GoogleCloudDialogflowCxV3Version class
Represents a version of a flow.
Constructors
- GoogleCloudDialogflowCxV3Version({String? createTime, String? description, String? displayName, String? name, GoogleCloudDialogflowCxV3NluSettings? nluSettings, String? state})
- GoogleCloudDialogflowCxV3Version.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Create time of the version.
getter/setter pair
- description ↔ String?
-
The description of the version.
getter/setter pair
- displayName ↔ String?
-
The human-readable name of the version.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Format: projects//locations//agents//flows//versions/.
getter/setter pair
- nluSettings ↔ GoogleCloudDialogflowCxV3NluSettings?
-
The NLU settings of the flow at version creation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of this version.
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