Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateAnalysisRequest.
The request to create an analysis.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#analysis
def analysis() -> ::Google::Cloud::ContactCenterInsights::V1::Analysis
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::Analysis) — Required. The analysis to create.
 
#analysis=
def analysis=(value) -> ::Google::Cloud::ContactCenterInsights::V1::Analysis
    Parameter
    
  - value (::Google::Cloud::ContactCenterInsights::V1::Analysis) — Required. The analysis to create.
 
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::Analysis) — Required. The analysis to create.
 
#parent
def parent() -> ::String
    Returns
    
  - (::String) — Required. The parent resource of the analysis.
 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The parent resource of the analysis.
 
    Returns
    
- (::String) — Required. The parent resource of the analysis.