ProjectsLocationsIssueModelsResource class

Constructors

ProjectsLocationsIssueModelsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
issues ProjectsLocationsIssueModelsIssuesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateIssueModelStats(String issueModel, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1CalculateIssueModelStatsResponse>
Gets an issue model's statistics.
create(GoogleCloudContactcenterinsightsV1IssueModel request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Creates an issue model.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes an issue model.
deploy(GoogleCloudContactcenterinsightsV1DeployIssueModelRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deploys an issue model.
export(GoogleCloudContactcenterinsightsV1ExportIssueModelRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Exports an issue model to the provided destination.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1IssueModel>
Gets an issue model.
import(GoogleCloudContactcenterinsightsV1ImportIssueModelRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Imports an issue model from a Cloud Storage bucket.
list(String parent, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListIssueModelsResponse>
Lists issue models.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1IssueModel request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudContactcenterinsightsV1IssueModel>
Updates an issue model.
toString() String
A string representation of this object.
inherited
undeploy(GoogleCloudContactcenterinsightsV1UndeployIssueModelRequest request, String name, {String? $fields}) Future<GoogleLongrunningOperation>
Undeploys an issue model.

Operators

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