ProjectsLocationsAgentsFlowsResource class
Methods
-
create(GoogleCloudDialogflowCxV3Flow request, String parent, {String? languageCode, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Flow>
-
Creates a flow in the specified agent.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a specified flow.
-
export(GoogleCloudDialogflowCxV3ExportFlowRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Exports the specified flow to a binary file.
-
get(String name, {String? languageCode, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Flow>
-
Retrieves the specified flow.
-
getValidationResult(String name, {String? languageCode, String? $fields})
→ Future<GoogleCloudDialogflowCxV3FlowValidationResult>
-
Gets the latest flow validation result.
-
import(GoogleCloudDialogflowCxV3ImportFlowRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Imports the specified flow to the specified agent from a binary file.
-
list(String parent, {String? languageCode, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowCxV3ListFlowsResponse>
-
Returns the list of all flows in the specified agent.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDialogflowCxV3Flow request, String name, {String? languageCode, String? updateMask, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Flow>
-
Updates the specified flow.
-
toString()
→ String
-
A string representation of this object.
inherited
-
train(GoogleCloudDialogflowCxV3TrainFlowRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Trains the specified flow.
-
validate(GoogleCloudDialogflowCxV3ValidateFlowRequest request, String name, {String? $fields})
→ Future<GoogleCloudDialogflowCxV3FlowValidationResult>
-
Validates the specified flow and creates or updates validation results.