ProjectsLocationsQaQuestionTagsResource class

Constructors

ProjectsLocationsQaQuestionTagsResource.new(ApiRequester client)

Properties

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(GoogleCloudContactcenterinsightsV1QaQuestionTag request, String parent, {String? qaQuestionTagId, String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaQuestionTag>
Creates a QaQuestionTag.
delete(String name, {String? $fields}) Future<GoogleLongrunningOperation>
Deletes a QaQuestionTag.
get(String name, {String? $fields}) Future<GoogleCloudContactcenterinsightsV1QaQuestionTag>
Gets a QaQuestionTag.
list(String parent, {String? filter, String? $fields}) Future<GoogleCloudContactcenterinsightsV1ListQaQuestionTagsResponse>
Lists the question tags.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudContactcenterinsightsV1QaQuestionTag request, String name, {String? updateMask, String? $fields}) Future<GoogleLongrunningOperation>
Updates a QaQuestionTag.
toString() String
A string representation of this object.
inherited

Operators

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