Class: Aws::ChimeSDKVoice::Types::StartSpeakerSearchTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::StartSpeakerSearchTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#call_leg ⇒ String
Specifies which call leg to stream for speaker search.
-
#client_request_token ⇒ String
The unique identifier for the client request.
-
#transaction_id ⇒ String
The transaction ID of the call being analyzed.
-
#voice_connector_id ⇒ String
The Voice Connector ID.
-
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain that will store the voice profile.
Instance Attribute Details
#call_leg ⇒ String
Specifies which call leg to stream for speaker search.
3185 3186 3187 3188 3189 3190 3191 3192 3193 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3185 class StartSpeakerSearchTaskRequest < Struct.new( :voice_connector_id, :transaction_id, :voice_profile_domain_id, :client_request_token, :call_leg) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
The unique identifier for the client request. Use a different token for different speaker search tasks.
3185 3186 3187 3188 3189 3190 3191 3192 3193 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3185 class StartSpeakerSearchTaskRequest < Struct.new( :voice_connector_id, :transaction_id, :voice_profile_domain_id, :client_request_token, :call_leg) SENSITIVE = [] include Aws::Structure end |
#transaction_id ⇒ String
The transaction ID of the call being analyzed.
3185 3186 3187 3188 3189 3190 3191 3192 3193 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3185 class StartSpeakerSearchTaskRequest < Struct.new( :voice_connector_id, :transaction_id, :voice_profile_domain_id, :client_request_token, :call_leg) SENSITIVE = [] include Aws::Structure end |
#voice_connector_id ⇒ String
The Voice Connector ID.
3185 3186 3187 3188 3189 3190 3191 3192 3193 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3185 class StartSpeakerSearchTaskRequest < Struct.new( :voice_connector_id, :transaction_id, :voice_profile_domain_id, :client_request_token, :call_leg) SENSITIVE = [] include Aws::Structure end |
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain that will store the voice profile.
3185 3186 3187 3188 3189 3190 3191 3192 3193 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3185 class StartSpeakerSearchTaskRequest < Struct.new( :voice_connector_id, :transaction_id, :voice_profile_domain_id, :client_request_token, :call_leg) SENSITIVE = [] include Aws::Structure end |