public sealed class ListAnalysesResponse : IMessage<ListAnalysesResponse>, IEquatable<ListAnalysesResponse>, IDeepCloneable<ListAnalysesResponse>, IBufferMessage, IMessage, IPageResponse<Analysis>, IEnumerable<Analysis>, IEnumerable
The response to list analyses.
Implements
IMessage<ListAnalysesResponse>, IEquatable<ListAnalysesResponse>, IDeepCloneable<ListAnalysesResponse>, IBufferMessage, IMessage, IPageResponse<Analysis>, IEnumerable<Analysis>, 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 |
RepeatedField<Analysis> |
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 |
IEnumerator<Analysis> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |