Class ProjectsResource.LocationsResource.QaQuestionTagsResource
The "qaQuestionTags" collection of methods.
Inherited Members
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)
Create 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 |
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 |