Identifier. Full resource name for the conversation. Format: projects/{project}/locations/{location}/instances/{instance}/users/{user}/conversations/{conversation}
Output only. The timestamp of when the conversation was created.
Uses RFC 3339, where generated output will always be Z-normalized and uses 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-01-22 UTC."],[[["The Conversation resource represents a user-created conversation, managed within a specific project, location, instance, and user context."],["Each conversation is identified by a unique `name`, and has a required `display_name`, along with the `create_time` for auditing purposes, in RFC 3339 timestamp format."],["The JSON representation of a conversation includes its `name`, `display_name`, and `create_time` fields, which can be used to structure data when creating or retrieving a conversation."],["The platform supports creating, deleting, retrieving, listing, and updating conversations through dedicated API methods."],["Each conversation is a part of the larger structure, which includes a Project, location, instance, and user."]]],[]]