Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest.
Request to export an issue model.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#gcs_destination
def gcs_destination() -> ::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination) — Google Cloud Storage URI to export the issue model to.
 
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination
    Parameter
    
  - value (::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination) — Google Cloud Storage URI to export the issue model to.
 
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::ExportIssueModelRequest::GcsDestination) — Google Cloud Storage URI to export the issue model to.
 
#name
def name() -> ::String
    Returns
    
  - (::String) — Required. The issue model to export.
 
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The issue model to export.
 
    Returns
    
- (::String) — Required. The issue model to export.