public sealed class CreateConversationRequest : IMessage<CreateConversationRequest>, IEquatable<CreateConversationRequest>, IDeepCloneable<CreateConversationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class CreateConversationRequest.
Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
[[["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-03-21 UTC."],[[["This documentation page details the `CreateConversationRequest` class within the Google Cloud Discovery Engine v1 API, used for requesting the creation of a new conversation."],["The `CreateConversationRequest` class is part of the `Google.Cloud.DiscoveryEngine.V1` namespace and is included in the `Google.Cloud.DiscoveryEngine.V1.dll` assembly."],["It inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for deep cloning, message buffering, and equality comparisons."],["The class has properties such as `Conversation`, `Parent`, and `ParentAsDataStoreName`, allowing for the setting of the conversation to create and the data store it is associated to."],["The page also lists the available versions of this method, ranging from version `1.0.0-beta06` to `1.6.0`, the latest."]]],[]]