ProjectsConversationModelsResource class
Methods
-
create(GoogleCloudDialogflowV2ConversationModel request, String parent, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a model.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a model.
-
deploy(GoogleCloudDialogflowV2DeployConversationModelRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deploys a model.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDialogflowV2ConversationModel>
-
Gets conversation model.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDialogflowV2ListConversationModelsResponse>
-
Lists conversation models.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeploy(GoogleCloudDialogflowV2UndeployConversationModelRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Undeploys a model.