Contact Center AI Insights v1 API - Class CreateAnalysisRuleRequest (2.20.0)

public sealed class CreateAnalysisRuleRequest : IMessage<CreateAnalysisRuleRequest>, IEquatable<CreateAnalysisRuleRequest>, IDeepCloneable<CreateAnalysisRuleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateAnalysisRuleRequest.

The request to create a analysis rule. analysis_rule_id will be generated by the server.

Inheritance

object > CreateAnalysisRuleRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

CreateAnalysisRuleRequest()

public CreateAnalysisRuleRequest()

CreateAnalysisRuleRequest(CreateAnalysisRuleRequest)

public CreateAnalysisRuleRequest(CreateAnalysisRuleRequest other)
Parameter
Name Description
other CreateAnalysisRuleRequest

Properties

AnalysisRule

public AnalysisRule AnalysisRule { get; set; }

Required. The analysis rule resource to create.

Property Value
Type Description
AnalysisRule

Parent

public string Parent { get; set; }

Required. The parent resource of the analysis rule. Required. The location to create a analysis rule for. Format: projects/<Project ID>/locations/<Location ID> or projects/<Project Number>/locations/<Location ID>

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.