Class: Aws::Connect::Types::Preview
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Preview
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information about agent-first preview mode outbound strategy configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_user_actions ⇒ Array<String>
The actions the agent can perform after accepting the preview outbound contact.
-
#post_accept_timeout_config ⇒ Types::PostAcceptTimeoutConfig
Countdown timer configuration after the agent accepted the preview outbound contact.
Instance Attribute Details
#allowed_user_actions ⇒ Array<String>
The actions the agent can perform after accepting the preview outbound contact.
24671 24672 24673 24674 24675 24676 |
# File 'lib/aws-sdk-connect/types.rb', line 24671 class Preview < Struct.new( :post_accept_timeout_config, :allowed_user_actions) SENSITIVE = [] include Aws::Structure end |
#post_accept_timeout_config ⇒ Types::PostAcceptTimeoutConfig
Countdown timer configuration after the agent accepted the preview outbound contact.
24671 24672 24673 24674 24675 24676 |
# File 'lib/aws-sdk-connect/types.rb', line 24671 class Preview < Struct.new( :post_accept_timeout_config, :allowed_user_actions) SENSITIVE = [] include Aws::Structure end |