ProjectsLocationsAgentsFlowsResource class

Constructors

ProjectsLocationsAgentsFlowsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
pages ProjectsLocationsAgentsFlowsPagesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transitionRouteGroups ProjectsLocationsAgentsFlowsTransitionRouteGroupsResource
no setter
versions ProjectsLocationsAgentsFlowsVersionsResource
no setter

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.

Operators

operator ==(Object other) bool
The equality operator.
inherited