Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest.
Request to import an issue model.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_new_model
def create_new_model() -> ::Boolean Returns
- (::Boolean) — Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.
#create_new_model=
def create_new_model=(value) -> ::Boolean Parameter
- value (::Boolean) — Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.
Returns
- (::Boolean) — Optional. If set to true, will create an issue model from the imported file with randomly generated IDs for the issue model and corresponding issues. Otherwise, replaces an existing model with the same ID as the file.
#gcs_source
def gcs_source() -> ::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource Returns
- (::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource) — Google Cloud Storage source message.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource Parameter
- value (::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource) — Google Cloud Storage source message.
Returns
- (::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource) — Google Cloud Storage source message.
#parent
def parent() -> ::String Returns
- (::String) — Required. The parent resource of the issue model.
#parent=
def parent=(value) -> ::String Parameter
- value (::String) — Required. The parent resource of the issue model.
Returns
- (::String) — Required. The parent resource of the issue model.