ProjectsLocationsAgentsIntentsResource 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(GoogleCloudDialogflowCxV3Intent request, String parent, {String? languageCode, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Intent>
-
Creates an intent in the specified agent.
-
delete(String name, {String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes the specified intent.
-
export(GoogleCloudDialogflowCxV3ExportIntentsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Exports the selected intents.
-
get(String name, {String? languageCode, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Intent>
-
Retrieves the specified intent.
-
import(GoogleCloudDialogflowCxV3ImportIntentsRequest request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Imports the specified intents into the agent.
-
list(String parent, {String? intentView, String? languageCode, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowCxV3ListIntentsResponse>
-
Returns the list of all intents in the specified agent.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDialogflowCxV3Intent request, String name, {String? languageCode, String? updateMask, String? $fields})
→ Future<GoogleCloudDialogflowCxV3Intent>
-
Updates the specified intent.
-
toString()
→ String
-
A string representation of this object.
inherited