public sealed class ExportIssueModelRequest.Types.GcsDestination : IMessage<ExportIssueModelRequest.Types.GcsDestination>, IEquatable<ExportIssueModelRequest.Types.GcsDestination>, IDeepCloneable<ExportIssueModelRequest.Types.GcsDestination>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class ExportIssueModelRequest.Types.GcsDestination.
Google Cloud Storage Object URI to save the issue model to.
[[["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 `ExportIssueModelRequest.Types.GcsDestination` class within the Google Cloud Contact Center AI Insights v1 API, specifically for version 2.18.0."],["The `GcsDestination` class is used to specify the Google Cloud Storage location where an issue model will be saved, using a URI in the format `gs://\u003cbucket-name\u003e/\u003cobject-name\u003e`."],["The latest version available is 2.19.0, but the page contains a list of historical versions of the class documentation, ranging from 1.0.0 up to the latest."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers framework."],["The GcsDestination class contains one property, `ObjectUri` which is required, and of type string."]]],[]]