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)


20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20948

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

#user_idString

The identifier of the user.

Returns:

  • (String)


20948
20949
20950
20951
20952
20953
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20948

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