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"]],[["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 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."]]],[]]