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 document provides reference documentation for the `CreateConversationModelRequest` class within the Google Cloud Dialogflow v2 API, spanning versions from 3.2.0 to 4.26.0, with the latest release being 4.26.0."],["The `CreateConversationModelRequest` class is a part of the `Google.Cloud.Dialogflow.V2` namespace and is used to create a request message for `ConversationModels.CreateConversationModel`."],["This class inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateConversationModelRequest` include `ConversationModel`, which is the conversation model to create, and `Parent`, which is the project for which the conversation model is being made."],["There are two constructors available for the class `CreateConversationModelRequest()`, and `CreateConversationModelRequest(CreateConversationModelRequest other)`."]]],[]]