public sealed class ListAnalysesResponse : IMessage<ListAnalysesResponse>, IEquatable<ListAnalysesResponse>, IDeepCloneable<ListAnalysesResponse>, IBufferMessage, IMessage, IPageResponse<Analysis>, IEnumerable<Analysis>, IEnumerable
Reference documentation and code samples for the Contact Center AI Insights v1 API class ListAnalysesResponse.
The response to list analyses.
Implements
IMessageListAnalysesResponse, IEquatableListAnalysesResponse, IDeepCloneableListAnalysesResponse, IBufferMessage, IMessage, IPageResponseAnalysis, IEnumerableAnalysis, IEnumerableNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListAnalysesResponse()
public ListAnalysesResponse()
ListAnalysesResponse(ListAnalysesResponse)
public ListAnalysesResponse(ListAnalysesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAnalysesResponse |
Properties
Analyses
public RepeatedField<Analysis> Analyses { get; }
The analyses that match the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnalysis |
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<Analysis> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAnalysis |