public sealed class CreateIssueModelRequest : IMessage<CreateIssueModelRequest>, IEquatable<CreateIssueModelRequest>, IDeepCloneable<CreateIssueModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class CreateIssueModelRequest.
[[["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 latest version of the `CreateIssueModelRequest` class within the `Google.Cloud.ContactCenterInsights.V1` API is version 2.19.0, as indicated by the \"latest\" tag, with a list of previous versions available."],["This class is used to create an issue model and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `CreateIssueModelRequest` instance for copying, also the class has an inherited GetHashCode, GetType and ToString method."],["It includes two key properties, `IssueModel` which represents the model to be created, and `Parent` which specifies the parent resource of the model, as well as `ParentAsLocationName`, representing the resource name."],["The `CreateIssueModelRequest` class is found within the `Google.Cloud.ContactCenterInsights.V1` namespace, in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."]]],[]]