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 latest version available for `CreateConversationModelRequest` is 4.26.0, while version 4.0.0 is also documented in detail."],["The `CreateConversationModelRequest` class is used to request the creation of a conversation model, as indicated by the method `ConversationModels.CreateConversationModel`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to manage message structures, equality, cloning, and buffer handling."],["It includes two constructors, one default and one that accepts another `CreateConversationModelRequest` for copying, and has two key properties: `ConversationModel` for setting the model to be created and `Parent` to define the project for which it will be made."],["The documentation provides a comprehensive version history, displaying all the versions from 4.26.0 back to 3.2.0, with each version offering a link to the relevant documentation for that specific version."]]],[]]