Class: Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
Request to export an issue model.
Defined Under Namespace
Classes: GcsDestination
Instance Attribute Summary collapse
-
#gcs_destination ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination
Google Cloud Storage URI to export the issue model to.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#gcs_destination ⇒ ::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination
Returns Google Cloud Storage URI to export the issue model to.
902 903 904 905 906 907 908 909 910 911 912 913 914 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 902 class ExportIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Google Cloud Storage Object URI to save the issue model to. # @!attribute [rw] object_uri # @return [::String] # Required. Format: `gs://<bucket-name>/<object-name>` class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns Required. The issue model to export.
902 903 904 905 906 907 908 909 910 911 912 913 914 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 902 class ExportIssueModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Google Cloud Storage Object URI to save the issue model to. # @!attribute [rw] object_uri # @return [::String] # Required. Format: `gs://<bucket-name>/<object-name>` class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |