Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint

Returns a new instance of GoogleCloudContactcenterinsightsV1GenerativeInsightsChartCheckpoint.



4589
4590
4591
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4589

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#revision_idString

The revision id of the chart. Corresponds to the JSON property revisionId

Returns:

  • (String)


4582
4583
4584
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4582

def revision_id
  @revision_id
end

#session_idString

The session id of the chart. Corresponds to the JSON property sessionId

Returns:

  • (String)


4587
4588
4589
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4587

def session_id
  @session_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4594
4595
4596
4597
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 4594

def update!(**args)
  @revision_id = args[:revision_id] if args.key?(:revision_id)
  @session_id = args[:session_id] if args.key?(:session_id)
end