Represents a conversation dataset that a user imports raw data into. The data inside ConversationDataset can not be changed after conversationDatasets.importConversationData finishes (and calling conversationDatasets.importConversationData on a dataset that already has data is not allowed).
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\u003eConversationDataset represents an immutable collection of conversation data that users import.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON representation of a ConversationDataset includes fields like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003edisplayName\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003ecreateTime\u003c/code\u003e, \u003ccode\u003einputConfig\u003c/code\u003e, \u003ccode\u003econversationInfo\u003c/code\u003e, \u003ccode\u003econversationCount\u003c/code\u003e, \u003ccode\u003esatisfiesPzi\u003c/code\u003e, and \u003ccode\u003esatisfiesPzs\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe dataset's display name is required and has a maximum limit of 64 bytes, while the description is optional with a maximum limit of 10000 bytes.\u003c/p\u003e\n"],["\u003cp\u003eOnce data is imported into a ConversationDataset, it cannot be changed, and re-importing data is prohibited.\u003c/p\u003e\n"],["\u003cp\u003eThere are five methods associated with a ConversationDataset, including \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003edelete\u003c/code\u003e, \u003ccode\u003eget\u003c/code\u003e, \u003ccode\u003eimportConversationData\u003c/code\u003e, and \u003ccode\u003elist\u003c/code\u003e for managing the datasets and data.\u003c/p\u003e\n"]]],[],null,["# REST Resource: projects.locations.conversationDatasets\n\n- [Resource: ConversationDataset](#ConversationDataset)\n - [JSON representation](#ConversationDataset.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ConversationDataset\n-----------------------------\n\nRepresents a conversation dataset that a user imports raw data into. The data inside ConversationDataset can not be changed after conversationDatasets.importConversationData finishes (and calling conversationDatasets.importConversationData on a dataset that already has data is not allowed)."]]