Class: Aws::ChimeSDKVoice::Types::CreateProxySessionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#capabilitiesArray<String>

The proxy session's capabilities.

Returns:

  • (Array<String>)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#expiry_minutesInteger

The number of minutes allowed for the proxy session.

Returns:

  • (Integer)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#geo_match_levelString

The preference for matching the country or area code of the proxy phone number with that of the first participant.

Returns:

  • (String)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#geo_match_paramsTypes::GeoMatchParams

The country and area code for the proxy phone number.



357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#nameString

The name of the proxy session.

Returns:

  • (String)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#number_selection_behaviorString

The preference for proxy phone number reuse, or stickiness, between the same participants across sessions.

Returns:

  • (String)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#participant_phone_numbersArray<String>

The participant phone numbers.

Returns:

  • (Array<String>)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end

#voice_connector_idString

The Voice Connector ID.

Returns:

  • (String)


357
358
359
360
361
362
363
364
365
366
367
368
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 357

class CreateProxySessionRequest < Struct.new(
  :voice_connector_id,
  :participant_phone_numbers,
  :name,
  :expiry_minutes,
  :capabilities,
  :number_selection_behavior,
  :geo_match_level,
  :geo_match_params)
  SENSITIVE = [:name]
  include Aws::Structure
end