Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb
Overview
Google Sheets document details to get the feedback label file from.
Instance Attribute Summary collapse
-
#spreadsheet_uri ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource
constructor
A new instance of GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource
Returns a new instance of GoogleCloudContactcenterinsightsV1BulkUploadFeedbackLabelsRequestSheetsSource.
1329 1330 1331 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#spreadsheet_uri ⇒ String
Required. The Google Sheets document to write the feedback labels to.
Retrieved from Google Sheets URI. E.g. https://docs.google.com/spreadsheets/d/
1234567890 The spreadsheet must be shared with the Insights P4SA.
Corresponds to the JSON property spreadsheetUri
1327 1328 1329 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1327 def spreadsheet_uri @spreadsheet_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1334 1335 1336 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 1334 def update!(**args) @spreadsheet_uri = args[:spreadsheet_uri] if args.key?(:spreadsheet_uri) end |