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-04-09 UTC."],[[["This document provides reference documentation for the `CreateConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically for version 4.24.0 of the .NET library."],["The `CreateConversationModelRequest` class is used to send requests for creating conversation models, as part of the `ConversationModels.CreateConversationModel` functionality."],["It lists all available versions of the `CreateConversationModelRequest`, which includes 35 different versions, from version 3.2.0 to the latest version 4.26.0, highlighting the most recent at the top."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to be used in various ways within the .NET environment."],["Key properties of the `CreateConversationModelRequest` class include `ConversationModel` to specify the model to create and `Parent` to indicate the project it will be created within."]]],[]]