Contact Center AI Insights v1 API - Class ListAnalysisRulesRequest (2.18.0)

public sealed class ListAnalysisRulesRequest : IMessage<ListAnalysisRulesRequest>, IEquatable<ListAnalysisRulesRequest>, IDeepCloneable<ListAnalysisRulesRequest>, IBufferMessage, IMessage, IPageRequest

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

The request to list analysis rules.

Inheritance

object > ListAnalysisRulesRequest

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListAnalysisRulesRequest()

public ListAnalysisRulesRequest()

ListAnalysisRulesRequest(ListAnalysisRulesRequest)

public ListAnalysisRulesRequest(ListAnalysisRulesRequest other)
Parameter
Name Description
other ListAnalysisRulesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of analysis rule to return in the response. If this value is zero, the service will select a default size. A call may return fewer objects than requested. A non-empty next_page_token in the response indicates that more data is available.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. The value returned by the last ListAnalysisRulesResponse; indicates that this is a continuation of a prior ListAnalysisRules call and the system should return the next page of data.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent resource of the analysis rules.

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