public sealed class GetIssueRequest : IMessage<GetIssueRequest>, IEquatable<GetIssueRequest>, IDeepCloneable<GetIssueRequest>, IBufferMessage, IMessage
[[["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 details the `GetIssueRequest` class, which is used to request information about a specific issue in the Google Cloud Contact Center Insights API."],["The `GetIssueRequest` class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is available in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetIssueRequest\u003e`, `IDeepCloneable\u003cGetIssueRequest\u003e`, and `IBufferMessage`."],["The `GetIssueRequest` class has two constructors, one default and one that takes another `GetIssueRequest` as a parameter for cloning, as well as two properties, `IssueName` and `Name`, where the latter is required and specifies the issue to retrieve."],["The provided content gives access to multiple versions of the `GetIssueRequest`, starting from version 1.0.0 all the way up to the latest 2.19.0."]]],[]]