Reference documentation and code samples for the Google Cloud Ces V1 Client class ListConversationsRequest.
Request message for AgentService.ListConversations .
Generated from protobuf message google.cloud.ces.v1.ListConversationsRequest
Namespace
Google \ Cloud \ Ces \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the app to list conversations from.
↳ page_size
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
↳ page_token
string
Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
↳ filter
string
Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.
↳ source
int
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.
↳ sources
array
Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.
getParent
Required. The resource name of the app to list conversations from.
string
setParent
Required. The resource name of the app to list conversations from.
var
string
$this
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
var
int
$this
getPageToken
Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
string
setPageToken
Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.
var
string
$this
getFilter
Optional. Filter to be applied when listing the conversations.
See https://google.aip.dev/160 for more details.
string
setFilter
Optional. Filter to be applied when listing the conversations.
See https://google.aip.dev/160 for more details.
var
string
$this
getSource
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.
setSource
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.
$this
getSources
Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.
setSources
Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.
var
int[]
$this
static::build
parent
string
Required. The resource name of the app to list conversations from. Please see AgentServiceClient::appName() for help formatting this field.

