Show / Hide Table of Contents

Class ProjectsResource.LocationsResource

The "locations" collection of methods.

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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

AnalysisRules

Gets the AnalysisRules resource.

Declaration
public virtual ProjectsResource.LocationsResource.AnalysisRulesResource AnalysisRules { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AnalysisRulesResource

AssessmentRules

Gets the AssessmentRules resource.

Declaration
public virtual ProjectsResource.LocationsResource.AssessmentRulesResource AssessmentRules { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AssessmentRulesResource

AuthorizedViewSets

Gets the AuthorizedViewSets resource.

Declaration
public virtual ProjectsResource.LocationsResource.AuthorizedViewSetsResource AuthorizedViewSets { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.AuthorizedViewSetsResource

Conversations

Gets the Conversations resource.

Declaration
public virtual ProjectsResource.LocationsResource.ConversationsResource Conversations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ConversationsResource

Datasets

Gets the Datasets resource.

Declaration
public virtual ProjectsResource.LocationsResource.DatasetsResource Datasets { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DatasetsResource

EncryptionSpec

Gets the EncryptionSpec resource.

Declaration
public virtual ProjectsResource.LocationsResource.EncryptionSpecResource EncryptionSpec { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.EncryptionSpecResource

Insightsdata

Gets the Insightsdata resource.

Declaration
public virtual ProjectsResource.LocationsResource.InsightsdataResource Insightsdata { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.InsightsdataResource

IssueModels

Gets the IssueModels resource.

Declaration
public virtual ProjectsResource.LocationsResource.IssueModelsResource IssueModels { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.IssueModelsResource

Operations

Gets the Operations resource.

Declaration
public virtual ProjectsResource.LocationsResource.OperationsResource Operations { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.OperationsResource

PhraseMatchers

Gets the PhraseMatchers resource.

Declaration
public virtual ProjectsResource.LocationsResource.PhraseMatchersResource PhraseMatchers { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.PhraseMatchersResource

QaScorecards

Gets the QaScorecards resource.

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

Views

Gets the Views resource.

Declaration
public virtual ProjectsResource.LocationsResource.ViewsResource Views { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.ViewsResource

Methods

BulkDeleteFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest, string)

Delete feedback labels in bulk using a filter.

Declaration
public virtual ProjectsResource.LocationsResource.BulkDeleteFeedbackLabelsRequest BulkDeleteFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1BulkDeleteFeedbackLabelsRequest body

The body of the request.

string parent

Required. The parent resource for new feedback labels.

Returns
Type Description
ProjectsResource.LocationsResource.BulkDeleteFeedbackLabelsRequest

BulkDownloadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest, string)

Download feedback labels in bulk from an external source. Currently supports exporting Quality AI example conversations with transcripts and question bodies.

Declaration
public virtual ProjectsResource.LocationsResource.BulkDownloadFeedbackLabelsRequest BulkDownloadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1BulkDownloadFeedbackLabelsRequest body

The body of the request.

string parent

Required. The parent resource for new feedback labels.

Returns
Type Description
ProjectsResource.LocationsResource.BulkDownloadFeedbackLabelsRequest

BulkUploadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest, string)

Upload feedback labels from an external source in bulk. Currently supports labeling Quality AI example conversations.

Declaration
public virtual ProjectsResource.LocationsResource.BulkUploadFeedbackLabelsRequest BulkUploadFeedbackLabels(GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequest body

The body of the request.

string parent

Required. The parent resource for new feedback labels.

Returns
Type Description
ProjectsResource.LocationsResource.BulkUploadFeedbackLabelsRequest

GetEncryptionSpec(string)

Gets location-level encryption key specification.

Declaration
public virtual ProjectsResource.LocationsResource.GetEncryptionSpecRequest GetEncryptionSpec(string name)
Parameters
Type Name Description
string name

Required. The name of the encryption spec resource to get.

Returns
Type Description
ProjectsResource.LocationsResource.GetEncryptionSpecRequest

GetSettings(string)

Gets project-level settings.

Declaration
public virtual ProjectsResource.LocationsResource.GetSettingsRequest GetSettings(string name)
Parameters
Type Name Description
string name

Required. The name of the settings resource to get.

Returns
Type Description
ProjectsResource.LocationsResource.GetSettingsRequest

ListAllFeedbackLabels(string)

List all feedback labels by project number.

Declaration
public virtual ProjectsResource.LocationsResource.ListAllFeedbackLabelsRequest ListAllFeedbackLabels(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource of all feedback labels per project.

Returns
Type Description
ProjectsResource.LocationsResource.ListAllFeedbackLabelsRequest

QueryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest, string)

Query metrics.

Declaration
public virtual ProjectsResource.LocationsResource.QueryMetricsRequest QueryMetrics(GoogleCloudContactcenterinsightsV1QueryMetricsRequest body, string location)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1QueryMetricsRequest body

The body of the request.

string location

Required. The location of the data. "projects/{project}/locations/{location}"

Returns
Type Description
ProjectsResource.LocationsResource.QueryMetricsRequest

UpdateSettings(GoogleCloudContactcenterinsightsV1Settings, string)

Updates project-level settings.

Declaration
public virtual ProjectsResource.LocationsResource.UpdateSettingsRequest UpdateSettings(GoogleCloudContactcenterinsightsV1Settings body, string name)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1Settings body

The body of the request.

string name

Immutable. The resource name of the settings resource. Format: projects/{project}/locations/{location}/settings

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