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 API endpoint lists all conversations associated with a specific `DataStore`."],["The HTTP request utilizes the `GET` method with a URL structure that follows gRPC Transcoding syntax and requires a `parent` path parameter."],["The request supports optional query parameters, including `pageSize`, `pageToken`, `filter`, and `orderBy`, to control the results."],["The request body must be empty, and a successful response returns a `ListConversationsResponse`."],["To use this API, you will need the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the `discoveryengine.conversations.list` IAM permission."]]],[]]