Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.QaScorecardsResource

The "qaScorecards" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.QaScorecardsResource
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.QaScorecardsResource

Constructors

QaScorecardsResource(IClientService)

Constructs a new resource.

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

Properties

Revisions

Gets the Revisions resource.

Declaration
public virtual ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource Revisions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.QaScorecardsResource.RevisionsResource

Methods

Create(GoogleCloudContactcenterinsightsV1QaScorecard, string)

Create a QaScorecard.

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

The body of the request.

string parent

Required. The parent resource of the QaScorecard.

Returns
Type Description
ProjectsResource.LocationsResource.QaScorecardsResource.CreateRequest

Delete(string)

Deletes a QaScorecard.

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

Required. The name of the QaScorecard to delete.

Returns
Type Description
ProjectsResource.LocationsResource.QaScorecardsResource.DeleteRequest

Get(string)

Gets a QaScorecard.

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

Required. The name of the QaScorecard to get.

Returns
Type Description
ProjectsResource.LocationsResource.QaScorecardsResource.GetRequest

List(string)

Lists QaScorecards.

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

Required. The parent resource of the scorecards.

Returns
Type Description
ProjectsResource.LocationsResource.QaScorecardsResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1QaScorecard, string)

Updates a QaScorecard.

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

The body of the request.

string name

Identifier. The scorecard name. Format: projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}

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