public sealed class DeployConversationModelOperationMetadata : IMessage<DeployConversationModelOperationMetadata>, IEquatable<DeployConversationModelOperationMetadata>, IDeepCloneable<DeployConversationModelOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class DeployConversationModelOperationMetadata.
Metadata for a
[ConversationModels.DeployConversationModel][google.cloud.dialogflow.v2.ConversationModels.DeployConversationModel]
operation.
[[["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."],[[["This webpage provides reference documentation for the `DeployConversationModelOperationMetadata` class within the Google Cloud Dialogflow v2 API, specifically for the .NET environment, with the latest version being 4.26.0."],["The `DeployConversationModelOperationMetadata` class is used for managing metadata related to the deployment of conversation models in Dialogflow, with the current documentation showing a list of available versions, including all the way back to 3.2.0."],["The class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message operations."],["Key properties of the `DeployConversationModelOperationMetadata` class include `ConversationModel`, representing the resource name of the conversation model, and `CreateTime`, indicating the server-side timestamp of the model deployment request."],["The documentation provides details on the available constructors, including a default constructor and one that allows for creating a copy of an existing `DeployConversationModelOperationMetadata` object, as well as details on inherited members from the base `object` class."]]],[]]