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 within the `Google.Cloud.ContactCenterInsights.V1` namespace, used to retrieve a specific issue."],["The latest version of `GetIssueRequest` is 2.19.0, and the page lists multiple past versions, extending back to version 1.0.0."],["`GetIssueRequest` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `IssueName` (of type `IssueName`) and `Name` (a string), both of which are used to specify which issue to get."],["There are two constructors for `GetIssueRequest`, one being empty, and the other taking another `GetIssueRequest` object as a parameter."]]],[]]