Class: Aws::Pinpoint::Types::ContactCenterActivity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

The settings for a connect activity. This type of activity initiates a contact center call to participants.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_activityString

The unique identifier for the next activity to perform after the this activity.

Returns:

  • (String)


2614
2615
2616
2617
2618
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 2614

class ContactCenterActivity < Struct.new(
  :next_activity)
  SENSITIVE = []
  include Aws::Structure
end