Reference documentation and code samples for the Contact Center AI Insights V1 API class Google::Cloud::ContactCenterInsights::V1::CreateViewRequest.
The request to create a view.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. The parent resource of the view. Required. The location to create
a view for.
Format: 
projects/<Project ID>/locations/<Location ID>orprojects/<Project Number>/locations/<Location ID> 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The parent resource of the view. Required. The location to create
a view for.
Format: 
projects/<Project ID>/locations/<Location ID>orprojects/<Project Number>/locations/<Location ID> 
    Returns
    
  - 
        (::String) — Required. The parent resource of the view. Required. The location to create
a view for.
Format: 
projects/<Project ID>/locations/<Location ID>orprojects/<Project Number>/locations/<Location ID> 
#view
def view() -> ::Google::Cloud::ContactCenterInsights::V1::View
    Returns
    
  - (::Google::Cloud::ContactCenterInsights::V1::View) — Required. The view resource to create.
 
#view=
def view=(value) -> ::Google::Cloud::ContactCenterInsights::V1::View
    Parameter
    
  - value (::Google::Cloud::ContactCenterInsights::V1::View) — Required. The view resource to create.
 
    Returns
    
- (::Google::Cloud::ContactCenterInsights::V1::View) — Required. The view resource to create.