Represents a conversation. A conversation is an interaction between an agent, including live agents and Dialogflow agents, and a support customer. Conversations can include phone calls and text-based chat sessions.
Output only. Identifier. The unique identifier of this conversation. Format: projects/<Project ID>/locations/<Location
ID>/conversations/<Conversation ID>.
Output only. The current state of the Conversation.
conversationProfile
string
Required. The Conversation Profile to be used to configure this Conversation. This field cannot be updated. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>.
Output only. The time the conversation was started.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
Output only. The time the conversation was finished.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
[[["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 2025-08-21 UTC."],[[["\u003cp\u003eA Conversation represents an interaction between an agent (live or Dialogflow) and a customer, which can occur through phone calls or text-based chats.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a Conversation includes fields such as \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003elifecycleState\u003c/code\u003e, \u003ccode\u003econversationProfile\u003c/code\u003e, \u003ccode\u003estartTime\u003c/code\u003e, and \u003ccode\u003eendTime\u003c/code\u003e, among others, which describe various attributes and the current state of the conversation.\u003c/p\u003e\n"],["\u003cp\u003eEach conversation has a unique identifier (\u003ccode\u003ename\u003c/code\u003e) and a lifecycle state (\u003ccode\u003elifecycleState\u003c/code\u003e), indicating its current status, and can be associated with a specific conversation profile (\u003ccode\u003econversationProfile\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eConversations can be managed using several methods, including \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003elist\u003c/code\u003e, and \u003ccode\u003ecomplete\u003c/code\u003e, providing functionality for creating new conversations, retrieving existing ones, listing all conversations, and marking them as complete.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eingestContextReferences\u003c/code\u003e method allows for the ingestion of data from external systems, updating the conversation's context.\u003c/p\u003e\n"]]],[],null,[]]