This preview documentation is deprecated as of October 27, 2023. For GA documentation, go to the Vertex AI Search documentation.
Changes in GA:
Name:Discovery for Media is renamed to Vertex AI Search for media. Vertex AI Search includes media recommendations and media search.
Google Cloud Console page: Use the Agent Builder page in the console. The Discovery Engine console page is deprecated.
API reference: Continue to use the discoveryengine.googleapis.com service. The API remains the same but the documentation has moved. Go to the up-to-date, GA version of the Discovery Engine API reference in the Vertex AI Search documentation.
Required. The data store resource name. Format: projects/{projectNumber}/locations/{locationId}/collections/{collection}/dataStores/{dataStoreId}
Query parameters
Parameters
pageSize
integer
Maximum number of results to return. If unspecified, defaults to 50. Max allowed value is 1000.
pageToken
string
A page token, received from a previous conversations.list call. Provide this to retrieve the subsequent page.
filter
string
A filter to apply on the list results. The supported features are: userPseudoId, state.
Example: "userPseudoId = some_id"
orderBy
string
A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * updateTime * createTime * conversation_name
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["This page details how to list conversations within a data store using the Discovery Engine API, specifying the endpoint as a `GET` request to the given URL."],["The `parent` path parameter is required to specify the data store resource from which to list conversations, using the format: `projects/{projectNumber}/locations/{locationId}/collections/{collection}/dataStores/{dataStoreId}`."],["The `pageSize`, `pageToken`, `filter`, and `orderBy` query parameters are available to refine the list, allowing for control over the number of results, pagination, and filtering or ordering of the listed conversations."],["To successfully list conversations, the request requires an empty request body, and upon success, the response will be of type `ListConversationsResponse`."],["The request needs the `discoveryengine.conversations.list` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]