Class: Aws::ChimeSDKVoice::Types::StartSpeakerSearchTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speaker_search_taskTypes::SpeakerSearchTask

The details of the speaker search task.



3201
3202
3203
3204
3205
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3201

class StartSpeakerSearchTaskResponse < Struct.new(
  :speaker_search_task)
  SENSITIVE = []
  include Aws::Structure
end