ProjectsLocationsAgentsTransitionRouteGroupsResource class

Constructors

ProjectsLocationsAgentsTransitionRouteGroupsResource(ApiRequester client)

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(GoogleCloudDialogflowCxV3TransitionRouteGroup request, String parent, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowCxV3TransitionRouteGroup>
Creates an TransitionRouteGroup in the specified flow.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified TransitionRouteGroup.
get(String name, {String? languageCode, String? $fields}) Future<GoogleCloudDialogflowCxV3TransitionRouteGroup>
Retrieves the specified TransitionRouteGroup.
list(String parent, {String? languageCode, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDialogflowCxV3ListTransitionRouteGroupsResponse>
Returns the list of all transition route groups in the specified flow.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDialogflowCxV3TransitionRouteGroup request, String name, {String? languageCode, String? updateMask, String? $fields}) Future<GoogleCloudDialogflowCxV3TransitionRouteGroup>
Updates the specified TransitionRouteGroup.
toString() String
A string representation of this object.
inherited

Operators

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