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 webpage provides documentation for the `GetIssueRequest` class within the Google Cloud Contact Center AI Insights v1 API, specifically for .NET developers."],["The documentation covers version 2.7.0, which has a list of previous versions ranging from 2.19.0 (latest) down to 1.0.0 available for reference."],["`GetIssueRequest` is a class used to request information about a specific issue and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and one that accepts another `GetIssueRequest` object as a parameter, and properties such as `IssueName` and `Name` to specify the issue being requested."],["The documentation lists the Assembly this class belongs to, which is the Google.Cloud.ContactCenterInsights.V1.dll."]]],[]]