public sealed class IssueModel.Types.InputDataConfig : IMessage<IssueModel.Types.InputDataConfig>, IEquatable<IssueModel.Types.InputDataConfig>, IDeepCloneable<IssueModel.Types.InputDataConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Contact Center AI Insights v1 API class IssueModel.Types.InputDataConfig.
Configs for the input data used to create the issue model.
[Obsolete]public Conversation.Types.Medium Medium { get; set; }
Medium of conversations used in training data. This field is being
deprecated. To specify the medium to be used in training a new issue
model, set the medium field on filter.
[[["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 reference documentation for the `IssueModel.Types.InputDataConfig` class within the Google Cloud Contact Center AI Insights v1 API."],["The `InputDataConfig` class is used to define the configuration for the input data used in creating an issue model, with inheritance from the object class and implementation of various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document includes details about the constructors `InputDataConfig()`, and `InputDataConfig(IssueModel.Types.InputDataConfig other)`, as well as the properties `Filter`, `Medium` (which is now obsolete), and `TrainingConversationsCount`, along with descriptions and the type of the property value."],["The versions documented for this API class range from the latest, 2.19.0, down to 1.0.0, covering multiple iterations and providing different functionalities and capabilities."],["The `IssueModel.Types.InputDataConfig` class is in the `Google.Cloud.ContactCenterInsights.V1` namespace, and it is stored in the `Google.Cloud.ContactCenterInsights.V1.dll` assembly."]]],[]]