public sealed class ListConversationsResponse : IMessage<ListConversationsResponse>, IEquatable<ListConversationsResponse>, IDeepCloneable<ListConversationsResponse>, IBufferMessage, IMessage, IPageResponse<Conversation>, IEnumerable<Conversation>, IEnumerableReference documentation and code samples for the Contact Center AI Insights v1 API class ListConversationsResponse.
The response of listing conversations.
Implements
IMessage<ListConversationsResponse>, IEquatable<ListConversationsResponse>, IDeepCloneable<ListConversationsResponse>, IBufferMessage, IMessage, IPageResponse<Conversation>, IEnumerable<Conversation>, IEnumerableNamespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
ListConversationsResponse()
public ListConversationsResponse()ListConversationsResponse(ListConversationsResponse)
public ListConversationsResponse(ListConversationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConversationsResponse |
Properties
Conversations
public RepeatedField<Conversation> Conversations { get; }The conversations that match the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Conversation> |
|
NextPageToken
public string NextPageToken { get; set; }A token which can be sent as page_token to retrieve the next page. If
this field is set, it means there is another page available. If it is not
set, it means no other pages are available.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Conversation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Conversation> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|