ProjectsLocationsQaScorecardsResource class
Methods
-
create(GoogleCloudContactcenterinsightsV1QaScorecard request, String parent, {String? qaScorecardId, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1QaScorecard>
-
Create a QaScorecard.
-
delete(String name, {bool? force, String? $fields})
→ Future<GoogleProtobufEmpty>
-
Deletes a QaScorecard.
-
get(String name, {String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1QaScorecard>
-
Gets a QaScorecard.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1ListQaScorecardsResponse>
-
Lists QaScorecards.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudContactcenterinsightsV1QaScorecard request, String name, {String? updateMask, String? $fields})
→ Future<GoogleCloudContactcenterinsightsV1QaScorecard>
-
Updates a QaScorecard.
-
toString()
→ String
-
A string representation of this object.
inherited