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 provides documentation for the `GetIssueRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace in the .NET environment."],["The latest version of the `GetIssueRequest` documentation is for version 2.19.0, with numerous older versions also available, ranging from version 1.0.0 to 2.18.0."],["The `GetIssueRequest` class is used to retrieve a specific issue and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetIssueRequest` class has two constructors: a parameterless constructor, and a constructor accepting a `GetIssueRequest` object as a parameter, for ease of creating and cloning."],["The key properties of the `GetIssueRequest` class include `IssueName`, which is a typed view over the `Name` resource name property, and `Name` which represents the name of the issue to retrieve and is a required field."]]],[]]