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."],[[["The latest version of the `CreateConversationModelRequest` class is 4.26.0, which is part of the Google Cloud Dialogflow v2 API."],["This page provides reference documentation and code samples for the `CreateConversationModelRequest` class, which is used to create conversation models within the Dialogflow service."],["The `CreateConversationModelRequest` class has a constructor `CreateConversationModelRequest()` and another that receives `CreateConversationModelRequest` as a parameter."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `object`."],["This class contains properties like `ConversationModel`, representing the model to create, and `Parent`, indicating the project to create it for, both of which are required."]]],[]]