Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SummarySuggestion
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SummarySuggestion
- 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
Suggested summary of the conversation.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1SummarySuggestion
constructor
A new instance of GoogleCloudContactcenterinsightsV1SummarySuggestion.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1SummarySuggestion
Returns a new instance of GoogleCloudContactcenterinsightsV1SummarySuggestion.
4099 4100 4101 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4099 def initialize(**args) update!(**args) end |
Instance Attribute Details
#summary_sections ⇒ Array<Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection>
Required. All the parts of generated summary.
Corresponds to the JSON property summarySections
4097 4098 4099 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4097 def summary_sections @summary_sections end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4104 4105 4106 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4104 def update!(**args) @summary_sections = args[:summary_sections] if args.key?(:summary_sections) end |