Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::IssueModel.
The issue model resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The time at which this issue model was created.
#display_name
def display_name() -> ::String
Returns
- (::String) — The representative name for the issue model.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The representative name for the issue model.
Returns
- (::String) — The representative name for the issue model.
#input_data_config
def input_data_config() -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig) — Configs for the input data that used to create the issue model.
#input_data_config=
def input_data_config=(value) -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig) — Configs for the input data that used to create the issue model.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel::InputDataConfig) — Configs for the input data that used to create the issue model.
#issue_count
def issue_count() -> ::Integer
Returns
- (::Integer) — Output only. Number of issues in this issue model.
#language_code
def language_code() -> ::String
Returns
- (::String) — Language of the model.
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::String) — Language of the model.
Returns
- (::String) — Language of the model.
#model_type
def model_type() -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel::ModelType
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel::ModelType) — Type of the model.
#model_type=
def model_type=(value) -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel::ModelType
Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::IssueModel::ModelType) — Type of the model.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel::ModelType) — Type of the model.
#name
def name() -> ::String
Returns
- (::String) — Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
Returns
- (::String) — Immutable. The resource name of the issue model. Format: projects/{project}/locations/{location}/issueModels/{issue_model}
#state
def state() -> ::Google::Cloud::ContactCenterInsights::V1::IssueModel::State
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModel::State) — Output only. State of the model.
#training_stats
def training_stats() -> ::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats
Returns
- (::Google::Cloud::ContactCenterInsights::V1::IssueModelLabelStats) — Output only. Immutable. The issue model's label statistics on its training data.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The most recent time at which the issue model was updated.