public sealed class CreateConversationModelRequest : IMessage<CreateConversationModelRequest>, IEquatable<CreateConversationModelRequest>, IDeepCloneable<CreateConversationModelRequest>, IBufferMessage, IMessage
The request message for
[ConversationModels.CreateConversationModel][google.cloud.dialogflow.v2.ConversationModels.CreateConversationModel]
[[["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."],[[["The content details the `CreateConversationModelRequest` class within the `Google.Cloud.Dialogflow.V2` namespace, across various versions, with version 4.26.0 being the latest."],["`CreateConversationModelRequest` is a request message used for creating conversation models within the Dialogflow API and it inherits from `Object` and implements several interfaces."],["The class provides two constructors: a default constructor and one that takes another `CreateConversationModelRequest` object as a parameter."],["Key properties of `CreateConversationModelRequest` include `ConversationModel`, which specifies the model to create, and `Parent`, which indicates the project for which the model will be created."],["The content also contains a list of versions that range from 3.2.0 all the way to 4.26.0 with links to their documentation, for the `CreateConversationModelRequest`."]]],[]]