public sealed class GetIssueModelRequest : IMessage<GetIssueModelRequest>, IEquatable<GetIssueModelRequest>, IDeepCloneable<GetIssueModelRequest>, 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 `GetIssueModelRequest` class within the `Google.Cloud.ContactCenterInsights.V1` namespace, detailing its properties, constructors, and inherited members."],["The latest version documented is 2.19.0, with a historical list of versions available, ranging from 2.19.0 down to 1.0.0."],["`GetIssueModelRequest` is a class used to retrieve a specific issue model and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor, and another that takes an existing `GetIssueModelRequest` instance to create a new instance."],["The key properties for `GetIssueModelRequest` are `IssueModelName`, a typed view of the resource name, and `Name`, which is the string representation of the issue model's name and is a required field."]]],[]]