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
Returns Required. The parent resource of the view. Required. The location to create
a view for.
Format: projects/<Project ID>/locations/<Location ID>
or
projects/<Project Number>/locations/<Location ID>
.
1022 1023 1024 1025 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1022 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::ContactCenterInsights::V1::View
Returns Required. The view resource to create.
1022 1023 1024 1025 |
# File 'proto_docs/google/cloud/contactcenterinsights/v1/contact_center_insights.rb', line 1022 class CreateViewRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |