v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336218221.3 KB
projects

Lists conversations in the given app.

get/v1/{+parent}/conversations

Path parameters

parentstring required

Required. The resource name of the app to list conversations from.

Query parameters

filterstring

Optional. Filter to be applied when listing the conversations. See https://google.aip.dev/160 for more details.

pageSizeinteger

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

pageTokenstring

Optional. The next_page_token value returned from a previous list AgentService.ListConversations call.

source'SOURCE_UNSPECIFIED' | 'LIVE' | 'SIMULATOR' | 'EVAL' | 'AGENT_TOOL'

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.

sourcesstring[]

Optional. Indicate the sources of the conversations. If not set, all available sources will be applied by default.

Response

Successful response