Skip to main content

conversations

Overview

Nameconversations
TypeResource
Idgoogle.discoveryengine.conversations

Fields

NameDatatypeDescription
namestringImmutable. Fully qualified name project/*/locations/global/collections/{collection}/dataStore/*/conversations/*
endTimestringOutput only. The time the conversation finished.
messagesarrayConversation messages.
startTimestringOutput only. The time the conversation started.
statestringThe state of the Conversation.
userPseudoIdstringA unique identifier for tracking users.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_collections_data_stores_conversations_getSELECTcollectionsId, conversationsId, dataStoresId, locationsId, projectsIdGets a Conversation.
projects_locations_collections_data_stores_conversations_listSELECTcollectionsId, dataStoresId, locationsId, projectsIdLists all Conversations by their parent DataStore.
projects_locations_data_stores_conversations_getSELECTconversationsId, dataStoresId, locationsId, projectsIdGets a Conversation.
projects_locations_data_stores_conversations_listSELECTdataStoresId, locationsId, projectsIdLists all Conversations by their parent DataStore.
projects_locations_collections_data_stores_conversations_createINSERTcollectionsId, dataStoresId, locationsId, projectsIdCreates a Conversation. If the Conversation to create already exists, an ALREADY_EXISTS error is returned.
projects_locations_data_stores_conversations_createINSERTdataStoresId, locationsId, projectsIdCreates a Conversation. If the Conversation to create already exists, an ALREADY_EXISTS error is returned.
projects_locations_collections_data_stores_conversations_deleteDELETEcollectionsId, conversationsId, dataStoresId, locationsId, projectsIdDeletes a Conversation. If the Conversation to delete does not exist, a NOT_FOUND error is returned.
projects_locations_data_stores_conversations_deleteDELETEconversationsId, dataStoresId, locationsId, projectsIdDeletes a Conversation. If the Conversation to delete does not exist, a NOT_FOUND error is returned.
_projects_locations_collections_data_stores_conversations_listEXECcollectionsId, dataStoresId, locationsId, projectsIdLists all Conversations by their parent DataStore.
_projects_locations_data_stores_conversations_listEXECdataStoresId, locationsId, projectsIdLists all Conversations by their parent DataStore.
projects_locations_collections_data_stores_conversations_converseEXECcollectionsId, conversationsId, dataStoresId, locationsId, projectsIdConverses a conversation.
projects_locations_collections_data_stores_conversations_patchEXECcollectionsId, conversationsId, dataStoresId, locationsId, projectsIdUpdates a Conversation. Conversation action type cannot be changed. If the Conversation to update does not exist, a NOT_FOUND error is returned.
projects_locations_data_stores_conversations_converseEXECconversationsId, dataStoresId, locationsId, projectsIdConverses a conversation.
projects_locations_data_stores_conversations_patchEXECconversationsId, dataStoresId, locationsId, projectsIdUpdates a Conversation. Conversation action type cannot be changed. If the Conversation to update does not exist, a NOT_FOUND error is returned.