ProjectsLocationsAgentsEnvironmentsExperimentsResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(GoogleCloudDialogflowCxV3Experiment request, String parent, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3Experiment>
-
Creates an Experiment in the specified Environment.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes the specified Experiment.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3Experiment>
-
Retrieves the specified Experiment.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowCxV3ListExperimentsResponse>
-
Returns the list of all experiments in the specified Environment.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDialogflowCxV3Experiment request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Experiment>
-
Updates the specified Experiment.
-
start(GoogleCloudDialogflowCxV3StartExperimentRequest request, String name, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3Experiment>
-
Starts the specified Experiment.
-
stop(GoogleCloudDialogflowCxV3StopExperimentRequest request, String name, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3Experiment>
-
Stops the specified Experiment.
-
toString()
→ String
-
A string representation of this object.
inherited