ProjectsLocationsConversationModelsResource class

Constructors

ProjectsLocationsConversationModelsResource(ApiRequester client)

Properties

evaluations ProjectsLocationsConversationModelsEvaluationsResource
no setter
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(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.

Operators

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