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 documentation for the `CreateConversationModelRequest` class within the Google Cloud Dialogflow v2 API, specifically detailing its usage across various versions."],["The latest version of the `CreateConversationModelRequest` is 4.26.0, and the page includes access to documentation for versions ranging from 4.26.0 down to 3.2.0."],["The `CreateConversationModelRequest` class is used to send requests for creating conversation models, as part of the Google Cloud Dialogflow API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message processing and deep cloning."],["The class's primary properties are `ConversationModel` which is required and is used to define the conversation model to create, and `Parent`, a string that specifies the project for which to create the conversation model."]]],[]]