public sealed class CreateIssueModelRequest : IMessage<CreateIssueModelRequest>, IEquatable<CreateIssueModelRequest>, IDeepCloneable<CreateIssueModelRequest>, 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."],[[["The `CreateIssueModelRequest` class is used to request the creation of an issue model within the Google Cloud Contact Center Insights service."],["This class is part of the `Google.Cloud.ContactCenterInsights.V1` namespace and is available in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."],["The latest version is 2.19.0, and multiple previous versions, down to 1.0.0, are documented and accessible."],["The `CreateIssueModelRequest` class requires an `IssueModel` and a `Parent` resource to define the model and its location."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to be used in the Google Cloud environment."]]],[]]