Class: Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb

Overview

Request to import an issue model.

Defined Under Namespace

Classes: GcsSource

Instance Attribute Summary collapse

Instance Attribute Details

#create_new_model::Boolean

Returns 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.



949
950
951
952
953
954
955
956
957
958
959
960
961
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 949

class ImportIssueModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object URI to get the issue model file from.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. Format: `gs://<bucket-name>/<object-name>`
  class GcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#gcs_source::Google::Cloud::ContactCenterInsights::V1::ImportIssueModelRequest::GcsSource

Returns Google Cloud Storage source message.

Returns:



949
950
951
952
953
954
955
956
957
958
959
960
961
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 949

class ImportIssueModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object URI to get the issue model file from.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. Format: `gs://<bucket-name>/<object-name>`
  class GcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#parent::String

Returns Required. The parent resource of the issue model.

Returns:

  • (::String)

    Required. The parent resource of the issue model.



949
950
951
952
953
954
955
956
957
958
959
960
961
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 949

class ImportIssueModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Google Cloud Storage Object URI to get the issue model file from.
  # @!attribute [rw] object_uri
  #   @return [::String]
  #     Required. Format: `gs://<bucket-name>/<object-name>`
  class GcsSource
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end