Class: Google::Cloud::ContactCenterInsights::V1::CreateViewRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ContactCenterInsights::V1::CreateViewRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb
Overview
The request to create a view.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::View
Required.
Instance Attribute Details
#parent ⇒ ::String
1291 1292 1293 1294 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1291 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::View
1291 1292 1293 1294 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1291 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |