Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.QaQuestionTagsResource

The "qaQuestionTags" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.QaQuestionTagsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.QaQuestionTagsResource

Constructors

QaQuestionTagsResource(IClientService)

Constructs a new resource.

Declaration
public QaQuestionTagsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudContactcenterinsightsV1QaQuestionTag, string)

Creates a QaQuestionTag.

Declaration
public virtual ProjectsResource.LocationsResource.QaQuestionTagsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1QaQuestionTag body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1QaQuestionTag body

The body of the request.

string parent

Required. The parent resource of the QaQuestionTag.

Returns
Type Description
ProjectsResource.LocationsResource.QaQuestionTagsResource.CreateRequest

Delete(string)

Deletes a QaQuestionTag.

Declaration
public virtual ProjectsResource.LocationsResource.QaQuestionTagsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The name of the QaQuestionTag to delete.

Returns
Type Description
ProjectsResource.LocationsResource.QaQuestionTagsResource.DeleteRequest

Get(string)

Gets a QaQuestionTag.

Declaration
public virtual ProjectsResource.LocationsResource.QaQuestionTagsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The name of the QaQuestionTag to get.

Returns
Type Description
ProjectsResource.LocationsResource.QaQuestionTagsResource.GetRequest

List(string)

Lists the question tags.

Declaration
public virtual ProjectsResource.LocationsResource.QaQuestionTagsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of the QaQuestionTags.

Returns
Type Description
ProjectsResource.LocationsResource.QaQuestionTagsResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1QaQuestionTag, string)

Updates a QaQuestionTag.

Declaration
public virtual ProjectsResource.LocationsResource.QaQuestionTagsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1QaQuestionTag body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1QaQuestionTag body

The body of the request.

string name

Identifier. Resource name for the QaQuestionTag Format projects/{project}/locations/{location}/qaQuestionTags/{qa_question_tag} In the above format, the last segment, i.e., qa_question_tag, is a server-generated ID corresponding to the tag resource.

Returns
Type Description
ProjectsResource.LocationsResource.QaQuestionTagsResource.PatchRequest
In this article
Back to top Generated by DocFX