Google Cloud Contact Center Insights V1 Client - Class InputDataConfig (1.1.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

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
NameDescription
var int
Returns
TypeDescription
$this

getTrainingConversationsCount

Output only. Number of conversations used in training. Output only.

Returns
TypeDescription
int|string

setTrainingConversationsCount

Output only. Number of conversations used in training. Output only.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getFilter

A filter to reduce the conversations used for training the model to a specific subset.

Returns
TypeDescription
string

setFilter

A filter to reduce the conversations used for training the model to a specific subset.

Parameter
NameDescription
var string
Returns
TypeDescription
$this