public sealed class DeleteIssueModelMetadata : IMessage<DeleteIssueModelMetadata>, IEquatable<DeleteIssueModelMetadata>, IDeepCloneable<DeleteIssueModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class DeleteIssueModelMetadata.
[[["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 document provides reference information for the `DeleteIssueModelMetadata` class within the Google Cloud Contact Center Insights v1 API, specifically for the .NET environment, with the most recent version of the API being 2.19.0."],["The `DeleteIssueModelMetadata` class is used to manage metadata related to deleting issue models, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and is located within the `Google.Cloud.ContactCenterInsights.V1` namespace."],["The document lists the available versions of the API, from 2.19.0 down to 1.0.0, and each of them provides the documentation for the `DeleteIssueModelMetadata` class for that version."],["Key properties of the `DeleteIssueModelMetadata` class include `CreateTime`, `EndTime`, and `Request`, which allow for tracking the creation and completion times of deletion operations and the original deletion request."],["The class features two constructors, `DeleteIssueModelMetadata()` and `DeleteIssueModelMetadata(DeleteIssueModelMetadata)`, allowing for the creation of new objects or copying existing ones, with the second constructor accepting a `DeleteIssueModelMetadata` object as a parameter."]]],[]]