Class ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource
The "qaQuestions" collection of methods.
Inheritance
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource
Inherited Members
Namespace: Google.Apis.Contactcenterinsights.v1
Assembly: Google.Apis.Contactcenterinsights.v1.dll
Syntax
public class ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource
Constructors
QaQuestionsResource(IClientService)
Constructs a new resource.
Declaration
public QaQuestionsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleCloudContactcenterinsightsV1QaQuestion, string)
Create a QaQuestion.
Declaration
public virtual ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.CreateRequest Create(GoogleCloudContactcenterinsightsV1QaQuestion body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1QaQuestion | body | The body of the request. |
string | parent | Required. The parent resource of the QaQuestion. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.CreateRequest |
Delete(string)
Deletes a QaQuestion.
Declaration
public virtual ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the QaQuestion to delete. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.DeleteRequest |
Get(string)
Gets a QaQuestion.
Declaration
public virtual ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the QaQuestion to get. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.GetRequest |
List(string)
Lists QaQuestions.
Declaration
public virtual ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent resource of the questions. |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.ListRequest |
Patch(GoogleCloudContactcenterinsightsV1QaQuestion, string)
Updates a QaQuestion.
Declaration
public virtual ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.PatchRequest Patch(GoogleCloudContactcenterinsightsV1QaQuestion body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudContactcenterinsightsV1QaQuestion | body | The body of the request. |
string | name | Identifier. The resource name of the question. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}/qaQuestions/{qa_question} |
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource.QaQuestionsResource.PatchRequest |