Class: Aws::ChimeSDKVoice::Types::CreateVoiceConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateVoiceConnectorRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The AWS Region in which the Amazon Chime SDK Voice Connector is created.
-
#integration_type ⇒ String
The connectors for use with Amazon Connect.
-
#name ⇒ String
The name of the Voice Connector.
-
#require_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
-
#tags ⇒ Array<Types::Tag>
The tags assigned to the Voice Connector.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region in which the Amazon Chime SDK Voice Connector is created. Default value: ‘us-east-1` .
603 604 605 606 607 608 609 610 611 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 603 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags, :integration_type) SENSITIVE = [] include Aws::Structure end |
#integration_type ⇒ String
The connectors for use with Amazon Connect.
The following options are available:
-
‘CONNECT_CALL_TRANSFER_CONNECTOR` - Enables enterprises to integrate Amazon Connect with other voice systems to directly transfer voice calls and metadata without using the public telephone network. They can use Amazon Connect telephony and Interactive Voice Response (IVR) with their existing voice systems to modernize the IVR experience of their existing contact center and their enterprise and branch voice systems. Additionally, enterprises migrating their contact center to Amazon Connect can start with Connect telephony and IVR for immediate modernization ahead of agent migration.
-
‘CONNECT_ANALYTICS_CONNECTOR` - Enables enterprises to integrate Amazon Connect with other voice systems for real-time and post-call analytics. They can use Amazon Connect Contact Lens with their existing voice systems to provides call recordings, conversational analytics (including contact transcript, sensitive data redaction, content categorization, theme detection, sentiment analysis, real-time alerts, and post-contact summary), and agent performance evaluations (including evaluation forms, automated evaluation, supervisor review) with a rich user experience to display, search and filter customer interactions, and programmatic access to data streams and the data lake. Additionally, enterprises migrating their contact center to Amazon Connect can start with Contact Lens analytics and performance insights ahead of agent migration.
603 604 605 606 607 608 609 610 611 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 603 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags, :integration_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Voice Connector.
603 604 605 606 607 608 609 610 611 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 603 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags, :integration_type) SENSITIVE = [] include Aws::Structure end |
#require_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
603 604 605 606 607 608 609 610 611 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 603 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags, :integration_type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags assigned to the Voice Connector.
603 604 605 606 607 608 609 610 611 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 603 class CreateVoiceConnectorRequest < Struct.new( :name, :aws_region, :require_encryption, :tags, :integration_type) SENSITIVE = [] include Aws::Structure end |