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