public sealed class CreateConversationModelRequest : IMessage<CreateConversationModelRequest>, IEquatable<CreateConversationModelRequest>, IDeepCloneable<CreateConversationModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class CreateConversationModelRequest.
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"]],[["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."],[[["This webpage provides reference documentation for the `CreateConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for .NET."],["The `CreateConversationModelRequest` class is used to send requests for creating conversation models in Dialogflow, as shown through the link `ConversationModels.CreateConversationModel`."],["The documentation details the class's implementation of various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, along with its constructors, properties like `ConversationModel` and `Parent`, and inherited members."],["Multiple versions of the API are listed, ranging from 3.2.0 to 4.26.0 (latest), allowing for navigation through different versions of the `CreateConversationModelRequest`."],["The class requires a conversation model and project ID to be set, as shown with the `ConversationModel` and `Parent` properties, in order to correctly create the new conversation model."]]],[]]