public sealed class ExportIssueModelMetadata : IMessage<ExportIssueModelMetadata>, IEquatable<ExportIssueModelMetadata>, IDeepCloneable<ExportIssueModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ExportIssueModelMetadata.
[[["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 `ExportIssueModelMetadata` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, specifically detailing its implementation across various versions, from 1.0.0 to the latest 2.19.0."],["`ExportIssueModelMetadata` is designed to manage metadata related to the export of issue models, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `CreateTime`, `EndTime`, and `Request` which provide details about the operation's lifecycle and the original export request, using the data types of `Timestamp` and `ExportIssueModelRequest` respectively."],["The document lists the constructors available for the `ExportIssueModelMetadata` class, being one for default use, and one for use with an `ExportIssueModelMetadata` object as a parameter, in order to make a copy."],["The document outlines a clear inheritance and implementation structure, as well as inherited members from the `object` class, allowing developers to understand the class's position and functionality within the broader system."]]],[]]