ProjectsLocationsConversationsAssessmentsResource class

Constructors

ProjectsLocationsConversationsAssessmentsResource.new(ApiRequester client)

Properties

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

Methods

appeal(GoogleCloudContactcenterinsightsV1AppealAssessmentRequest request, String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Assessment>
Appeal an Assessment.
create(GoogleCloudContactcenterinsightsV1Assessment request, String parent, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Assessment>
Create Assessment.
delete(String name, {bool? force, String? $fields}) Future<GoogleProtobufEmpty>
Delete an Assessment.
finalize(GoogleCloudContactcenterinsightsV1FinalizeAssessmentRequest request, String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Assessment>
Finalize an Assessment.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Assessment>
Get Assessment.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListAssessmentsResponse>
List Assessments.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish(GoogleCloudContactcenterinsightsV1PublishAssessmentRequest request, String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1Assessment>
Publish an Assessment.
toString() String
A string representation of this object.
inherited

Operators

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