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 document provides reference documentation for the `CreateConversationRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.3.0."],["The `CreateConversationRequest` class is a request for the `CreateConversation` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains two constructors, one default and another that copies data from an existing `CreateConversationRequest` object, accepting a single parameter named 'other'."],["Key properties of `CreateConversationRequest` include `Conversation`, which represents the conversation to be created, and `Parent`, which specifies the data store's resource name where the conversation will reside."],["There is also a read-only `ParentAsDataStoreName` property that provides a typed view of the `Parent` property, using the `DataStoreName` class."]]],[]]