Class: Aws::Connect::Types::UserQuickConnectConfig

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

Overview

Contains information about the quick connect configuration settings for a user. The contact flow must be of type Transfer to Agent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_flow_idString

The identifier of the flow.

Returns:

  • (String)


21527
21528
21529
21530
21531
21532
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21527

class UserQuickConnectConfig < Struct.new(
  :user_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The identifier of the user.

Returns:

  • (String)


21527
21528
21529
21530
21531
21532
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 21527

class UserQuickConnectConfig < Struct.new(
  :user_id,
  :contact_flow_id)
  SENSITIVE = []
  include Aws::Structure
end