Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1RedirectAction

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 redirect action to be taken when the chart is clicked.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1RedirectAction

Returns a new instance of GoogleCloudContactcenterinsightsV1RedirectAction.



9383
9384
9385
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9383

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

Instance Attribute Details

#relative_pathString

The relative path to redirect to. Corresponds to the JSON property relativePath

Returns:

  • (String)


9381
9382
9383
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9381

def relative_path
  @relative_path
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9388
9389
9390
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 9388

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