Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class InputDataConfig.
Configs for the input data used to create the issue model.
Generated from protobuf message google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig
Namespace
Google \ Cloud \ ContactCenterInsights \ V1 \ IssueModel
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ medium
int
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.
↳ training_conversations_count
int|string
Output only. Number of conversations used in training. Output only.
↳ filter
string
A filter to reduce the conversations used for training the model to a specific subset.
getMedium
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.
Returns
Type
Description
int
Enum of type Medium.
setMedium
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.
Parameter
Name
Description
var
int
Enum of type Medium.
Returns
Type
Description
$this
getTrainingConversationsCount
Output only. Number of conversations used in training. Output only.
Returns
Type
Description
int|string
setTrainingConversationsCount
Output only. Number of conversations used in training. Output only.
Parameter
Name
Description
var
int|string
Returns
Type
Description
$this
getFilter
A filter to reduce the conversations used for training the model to a
specific subset.
Returns
Type
Description
string
setFilter
A filter to reduce the conversations used for training the model to a
specific subset.
[[["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-09-09 UTC."],[],[],null,["# Google Cloud Contact Center Insights V1 Client - Class InputDataConfig (2.3.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.3.3 (latest)](/php/docs/reference/cloud-contact-center-insights/latest/V1.IssueModel.InputDataConfig)\n- [2.3.2](/php/docs/reference/cloud-contact-center-insights/2.3.2/V1.IssueModel.InputDataConfig)\n- [2.2.1](/php/docs/reference/cloud-contact-center-insights/2.2.1/V1.IssueModel.InputDataConfig)\n- [2.1.1](/php/docs/reference/cloud-contact-center-insights/2.1.1/V1.IssueModel.InputDataConfig)\n- [2.0.1](/php/docs/reference/cloud-contact-center-insights/2.0.1/V1.IssueModel.InputDataConfig)\n- [1.9.5](/php/docs/reference/cloud-contact-center-insights/1.9.5/V1.IssueModel.InputDataConfig)\n- [1.8.0](/php/docs/reference/cloud-contact-center-insights/1.8.0/V1.IssueModel.InputDataConfig)\n- [1.7.1](/php/docs/reference/cloud-contact-center-insights/1.7.1/V1.IssueModel.InputDataConfig)\n- [1.6.2](/php/docs/reference/cloud-contact-center-insights/1.6.2/V1.IssueModel.InputDataConfig)\n- [1.5.0](/php/docs/reference/cloud-contact-center-insights/1.5.0/V1.IssueModel.InputDataConfig)\n- [1.4.1](/php/docs/reference/cloud-contact-center-insights/1.4.1/V1.IssueModel.InputDataConfig)\n- [1.3.0](/php/docs/reference/cloud-contact-center-insights/1.3.0/V1.IssueModel.InputDataConfig)\n- [1.2.1](/php/docs/reference/cloud-contact-center-insights/1.2.1/V1.IssueModel.InputDataConfig)\n- [1.1.0](/php/docs/reference/cloud-contact-center-insights/1.1.0/V1.IssueModel.InputDataConfig)\n- [1.0.3](/php/docs/reference/cloud-contact-center-insights/1.0.3/V1.IssueModel.InputDataConfig) \nReference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class InputDataConfig.\n\nConfigs for the input data used to create the issue model.\n\nGenerated from protobuf message `google.cloud.contactcenterinsights.v1.IssueModel.InputDataConfig`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ContactCenterInsights \\\\ V1 \\\\ IssueModel\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getMedium\n\nMedium of conversations used in training data. This field is being\ndeprecated. To specify the medium to be used in training a new issue\nmodel, set the `medium` field on `filter`.\n\n### setMedium\n\nMedium of conversations used in training data. This field is being\ndeprecated. To specify the medium to be used in training a new issue\nmodel, set the `medium` field on `filter`.\n\n### getTrainingConversationsCount\n\nOutput only. Number of conversations used in training. Output only.\n\n### setTrainingConversationsCount\n\nOutput only. Number of conversations used in training. Output only.\n\n### getFilter\n\nA filter to reduce the conversations used for training the model to a\nspecific subset.\n\n### setFilter\n\nA filter to reduce the conversations used for training the model to a\nspecific subset."]]