Immutable. Fully qualified name
projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/*
or
projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eConversation\u003c/code\u003e class in the Discovery Engine v1beta API represents a conversation, and it is the most recent version of the Beta release \u003ccode\u003e1.0.0-beta18\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis \u003ccode\u003eConversation\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eConversation\u003c/code\u003e class include \u003ccode\u003eConversationName\u003c/code\u003e, \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eMessages\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, and \u003ccode\u003eUserPseudoId\u003c/code\u003e, providing details about the conversation's metadata, temporal aspects, associated messages, state, and user identification.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConversation\u003c/code\u003e class offers two constructors, a default constructor and one that accepts another \u003ccode\u003eConversation\u003c/code\u003e object as a parameter, allowing for object initialization and duplication.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConversation\u003c/code\u003e class properties, \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003eUserPseudoId\u003c/code\u003e, allow to get the conversation unique identifier and a unique identifier to track the users.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class Conversation (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.Conversation) \n\n public sealed class Conversation : IMessage\u003cConversation\u003e, IEquatable\u003cConversation\u003e, IDeepCloneable\u003cConversation\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class Conversation.\n\nExternal conversation proto definition. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Conversation \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Conversation](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Conversation](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Conversation](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### Conversation()\n\n public Conversation()\n\n### Conversation(Conversation)\n\n public Conversation(Conversation other)\n\nProperties\n----------\n\n### ConversationName\n\n public ConversationName ConversationName { get; set; }\n\n[ConversationName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.ConversationName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.Conversation#Google_Cloud_DiscoveryEngine_V1Beta_Conversation_Name) resource name property.\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nOutput only. The time the conversation finished.\n\n### Messages\n\n public RepeatedField\u003cConversationMessage\u003e Messages { get; }\n\nConversation messages.\n\n### Name\n\n public string Name { get; set; }\n\nImmutable. Fully qualified name\n`projects/{project}/locations/global/collections/{collection}/dataStore/*/conversations/*`\nor\n`projects/{project}/locations/global/collections/{collection}/engines/*/conversations/*`.\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nOutput only. The time the conversation started.\n\n### State\n\n public Conversation.Types.State State { get; set; }\n\nThe state of the Conversation.\n\n### UserPseudoId\n\n public string UserPseudoId { get; set; }\n\nA unique identifier for tracking users."]]