public sealed class ListAnalysisRulesResponse : IMessage<ListAnalysisRulesResponse>, IEquatable<ListAnalysisRulesResponse>, IDeepCloneable<ListAnalysisRulesResponse>, IBufferMessage, IMessage, IPageResponse<AnalysisRule>, IEnumerable<AnalysisRule>, IEnumerable
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListAnalysisRulesResponse.
The response of listing views.
Implements
IMessageListAnalysisRulesResponse, IEquatableListAnalysisRulesResponse, IDeepCloneableListAnalysisRulesResponse, IBufferMessage, IMessage, IPageResponseAnalysisRule, IEnumerableAnalysisRule, IEnumerableNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListAnalysisRulesResponse()
public ListAnalysisRulesResponse()
ListAnalysisRulesResponse(ListAnalysisRulesResponse)
public ListAnalysisRulesResponse(ListAnalysisRulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAnalysisRulesResponse |
Properties
AnalysisRules
public RepeatedField<AnalysisRule> AnalysisRules { get; }
The analysis_rule that match the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnalysisRule |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AnalysisRule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAnalysisRule |