public sealed class ListConversationsRequest : IMessage<ListConversationsRequest>, IEquatable<ListConversationsRequest>, IDeepCloneable<ListConversationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ListConversationsRequest.
Request message for [AgentService.ListConversations][google.cloud.ces.v1.AgentService.ListConversations].
Implements
IMessageListConversationsRequest, IEquatableListConversationsRequest, IDeepCloneableListConversationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
ListConversationsRequest()
public ListConversationsRequest()ListConversationsRequest(ListConversationsRequest)
public ListConversationsRequest(ListConversationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListConversationsRequest |
Properties
Filter
public string Filter { get; set; }Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. The [next_page_token][google.cloud.ces.v1.ListConversationsResponse.next_page_token] value returned from a previous list [AgentService.ListConversations][google.cloud.ces.v1.AgentService.ListConversations] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the app to list conversations from.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsAppName
public AppName ParentAsAppName { get; set; }| Property Value | |
|---|---|
| Type | Description |
AppName |
|
Source
public Conversation.Types.Source Source { get; set; }Optional. Indicate the source of the conversation. If not set, Source.Live
will be applied by default. Will be deprecated in favor of sources field.
| Property Value | |
|---|---|
| Type | Description |
ConversationTypesSource |
|
Sources
public RepeatedField<Conversation.Types.Source> Sources { get; }Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldConversationTypesSource |
|