Class: Aws::Pinpoint::Types::ContactCenterActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ContactCenterActivity
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass ContactCenterActivity data as a hash:
{
next_activity: "__string",
}
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
-
#next_activity ⇒ String
The unique identifier for the next activity to perform after the this activity.
Instance Attribute Details
#next_activity ⇒ String
The unique identifier for the next activity to perform after the this activity.
3402 3403 3404 3405 3406 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3402 class ContactCenterActivity < Struct.new( :next_activity) SENSITIVE = [] include Aws::Structure end |