public sealed class GetIssueModelRequest : IMessage<GetIssueModelRequest>, IEquatable<GetIssueModelRequest>, IDeepCloneable<GetIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class GetIssueModelRequest.
[[["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 page provides reference documentation for the `GetIssueModelRequest` class within the Google Cloud Contact Center AI Insights v1 API."],["The latest version of the API is 2.19.0, while version 2.13.0 is the currently displayed version in this content, and there are numerous versions listed ranging from 1.0.0 all the way up to the latest 2.19.0."],["`GetIssueModelRequest` is used to request data for a specific issue model and inherits from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless one, and one that takes another `GetIssueModelRequest` object, and it contains the properties `IssueModelName` and `Name`."],["The documentation covers the class's properties, such as `IssueModelName` which provides a typed view over the `Name` property, and the `Name` property is a string type which is required when specifying the name of the issue model to get."]]],[]]