Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint
- 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
The current chart checkpoint state.
Instance Attribute Summary collapse
-
#revision_id ⇒ String
The revision id of the chart.
-
#session_id ⇒ String
The session id of the chart.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint
constructor
A new instance of GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint
Returns a new instance of GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint.
6076 6077 6078 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6076 def initialize(**args) update!(**args) end |
Instance Attribute Details
#revision_id ⇒ String
The revision id of the chart.
Corresponds to the JSON property revisionId
6069 6070 6071 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6069 def revision_id @revision_id end |
#session_id ⇒ String
The session id of the chart.
Corresponds to the JSON property sessionId
6074 6075 6076 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6074 def session_id @session_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6081 6082 6083 6084 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 6081 def update!(**args) @revision_id = args[:revision_id] if args.key?(:revision_id) @session_id = args[:session_id] if args.key?(:session_id) end |