Contact Center AI Insights v1 API - Class ListAnalysesResponse (2.10.0)

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.

Inheritance

object > ListAnalysesResponse

Namespace

Google.Cloud.ContactCenterInsights.V1

Assembly

Google.Cloud.ContactCenterInsights.V1.dll

Constructors

ListAnalysesResponse()

public ListAnalysesResponse()

ListAnalysesResponse(ListAnalysesResponse)

public ListAnalysesResponse(ListAnalysesResponse other)
Parameter
NameDescription
otherListAnalysesResponse

Properties

Analyses

public RepeatedField<Analysis> Analyses { get; }

The analyses that match the request.

Property Value
TypeDescription
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
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Analysis> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorAnalysis