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 page provides reference documentation for the `CreateConversationModelRequest` class within the Google Cloud Dialogflow v2 API for .NET."],["The latest version of the API documented here is 4.26.0, with versions ranging from 3.2.0 up to 4.26.0 also being accessible."],["`CreateConversationModelRequest` is a class used to structure requests for creating conversation models within the Dialogflow v2 API."],["The class `CreateConversationModelRequest` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, and includes properties such as `ConversationModel` and `Parent`."],["The `CreateConversationModelRequest` class includes two constructors, one parameterless and the other taking another `CreateConversationModelRequest` as a parameter, to create instances of this request object."]]],[]]