ProjectsLocationsQaScorecardsRevisionsResource class

Constructors

ProjectsLocationsQaScorecardsRevisionsResource.new(ApiRequester client)

Properties

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

Methods

create(GoogleCloudContactcenterinsightsV1QaScorecardRevision request, String parent, {String? qaScorecardRevisionId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecardRevision>
Creates a QaScorecardRevision.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Deletes a QaScorecardRevision.
deploy(GoogleCloudContactcenterinsightsV1DeployQaScorecardRevisionRequest request, String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecardRevision>
Deploy a QaScorecardRevision.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecardRevision>
Gets a QaScorecardRevision.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListQaScorecardRevisionsResponse>
Lists all revisions under the parent QaScorecard.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tuneQaScorecardRevision(GoogleCloudContactcenterinsightsV1TuneQaScorecardRevisionRequest request, String parent, {String? $fields}) Future<GoogleLongrunningOperation>
Fine tune one or more QaModels.
undeploy(GoogleCloudContactcenterinsightsV1UndeployQaScorecardRevisionRequest request, String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaScorecardRevision>
Undeploy a QaScorecardRevision.

Operators

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