Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AutoLabelingRulesResource

The "autoLabelingRules" collection of methods.

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

Constructors

AutoLabelingRulesResource(IClientService)

Constructs a new resource.

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

Methods

Create(GoogleCloudContactcenterinsightsV1AutoLabelingRule, string)

Creates an auto labeling rule.

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

The body of the request.

string parent

Required. The project and location to create the auto labeling rule in. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.AutoLabelingRulesResource.CreateRequest

Delete(string)

Deletes an auto labeling rule.

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

Required. The name of the auto labeling rule to delete. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}

Returns
Type Description
ProjectsResource.LocationsResource.AutoLabelingRulesResource.DeleteRequest

Get(string)

Gets an auto labeling rule.

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

Required. The name of the auto labeling rule to get. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}

Returns
Type Description
ProjectsResource.LocationsResource.AutoLabelingRulesResource.GetRequest

List(string)

Lists auto labeling rules.

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

Required. The project and location to list auto labeling rules from. Format: projects/{project}/locations/{location}

Returns
Type Description
ProjectsResource.LocationsResource.AutoLabelingRulesResource.ListRequest

Patch(GoogleCloudContactcenterinsightsV1AutoLabelingRule, string)

Updates an auto labeling rule.

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

The body of the request.

string name

Identifier. The resource name of the auto-labeling rule. Format: projects/{project}/locations/{location}/autoLabelingRules/{auto_labeling_rule}

Returns
Type Description
ProjectsResource.LocationsResource.AutoLabelingRulesResource.PatchRequest

Test(GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest, string)

Tests auto labeling rules against a conversation.

Declaration
public virtual ProjectsResource.LocationsResource.AutoLabelingRulesResource.TestRequest Test(GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest body, string parent)
Parameters
Type Name Description
GoogleCloudContactcenterinsightsV1TestAutoLabelingRuleRequest body

The body of the request.

string parent

Required. The parent project and location. Format: projects/{project}/locations/{location}

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