public sealed class 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."],[[["The provided content details the `InputDataConfig` class within the `IssueModel.Types` namespace for the Google Cloud Contact Center Insights v1 API, which is used to configure the data for creating issue models."],["The latest version of the API documented is 2.19.0, and the page lists multiple versions, ranging from 1.0.0 to the current 2.19.0, each linking to the documentation for the `InputDataConfig` class in that version."],["The `InputDataConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, which contain various functions."],["Key properties of the `InputDataConfig` class include `Filter` (for specifying a subset of conversations), `Medium` (deprecated, for specifying the medium of training data), and `TrainingConversationsCount` (output-only, showing the number of conversations used for training)."],["The `InputDataConfig` class provides two constructors, a default one and one that accepts another instance of `IssueModel.Types.InputDataConfig` for cloning."]]],[]]