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



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



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



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