public sealed class GetIssueRequest : IMessage<GetIssueRequest>, IEquatable<GetIssueRequest>, IDeepCloneable<GetIssueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class GetIssueRequest.
[[["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 page provides reference documentation for the `GetIssueRequest` class within the Google Cloud Contact Center AI Insights v1 API."],["The `GetIssueRequest` class is used to retrieve a specific issue and is available in multiple versions, ranging from 1.0.0 to the latest 2.19.0, and the current documentation is for version 2.17.0."],["The `GetIssueRequest` class inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetIssueRequest` class include `IssueName`, a typed view of the issue's resource name, and `Name`, a string representing the issue's name, which is a required field."],["It is shown that the class has two constructors, a parameterless constructor, and one that uses another instance of the `GetIssueRequest` class."]]],[]]