Class: Aws::Connect::Types::Preview

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

Overview

Information about agent-first preview mode outbound strategy configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_user_actionsArray<String>

The actions the agent can perform after accepting the preview outbound contact.

Returns:

  • (Array<String>)


23692
23693
23694
23695
23696
23697
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23692

class Preview < Struct.new(
  :post_accept_timeout_config,
  :allowed_user_actions)
  SENSITIVE = []
  include Aws::Structure
end

#post_accept_timeout_configTypes::PostAcceptTimeoutConfig

Countdown timer configuration after the agent accepted the preview outbound contact.



23692
23693
23694
23695
23696
23697
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23692

class Preview < Struct.new(
  :post_accept_timeout_config,
  :allowed_user_actions)
  SENSITIVE = []
  include Aws::Structure
end