Class: Aws::Types::CallAnalyticsJob
- Inherits:
-
Object
- Object
- Aws::Types::CallAnalyticsJob
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_analytics_job_details ⇒ Types::CallAnalyticsJobDetails
Returns the value of attribute call_analytics_job_details.
-
#call_analytics_job_name ⇒ ::String
Returns the value of attribute call_analytics_job_name.
-
#call_analytics_job_status ⇒ "QUEUED", ...
Returns the value of attribute call_analytics_job_status.
-
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#identified_language_score ⇒ ::Float
Returns the value of attribute identified_language_score.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#media ⇒ Types::Media
Returns the value of attribute media.
-
#media_format ⇒ "mp3", ...
Returns the value of attribute media_format.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#settings ⇒ Types::CallAnalyticsJobSettings
Returns the value of attribute settings.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#transcript ⇒ Types::Transcript
Returns the value of attribute transcript.
Instance Attribute Details
#call_analytics_job_details ⇒ Types::CallAnalyticsJobDetails
Returns the value of attribute call_analytics_job_details.
27 28 29 |
# File 'sig/types.rbs', line 27 def call_analytics_job_details @call_analytics_job_details end |
#call_analytics_job_name ⇒ ::String
Returns the value of attribute call_analytics_job_name.
25 26 27 |
# File 'sig/types.rbs', line 25 def call_analytics_job_name @call_analytics_job_name end |
#call_analytics_job_status ⇒ "QUEUED", ...
Returns the value of attribute call_analytics_job_status.
26 27 28 |
# File 'sig/types.rbs', line 26 def call_analytics_job_status @call_analytics_job_status end |
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
40 41 42 |
# File 'sig/types.rbs', line 40 def channel_definitions @channel_definitions end |
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
35 36 37 |
# File 'sig/types.rbs', line 35 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
34 35 36 |
# File 'sig/types.rbs', line 34 def creation_time @creation_time end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
37 38 39 |
# File 'sig/types.rbs', line 37 def data_access_role_arn @data_access_role_arn end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
36 37 38 |
# File 'sig/types.rbs', line 36 def failure_reason @failure_reason end |
#identified_language_score ⇒ ::Float
Returns the value of attribute identified_language_score.
38 39 40 |
# File 'sig/types.rbs', line 38 def identified_language_score @identified_language_score end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
28 29 30 |
# File 'sig/types.rbs', line 28 def language_code @language_code end |
#media ⇒ Types::Media
Returns the value of attribute media.
31 32 33 |
# File 'sig/types.rbs', line 31 def media @media end |
#media_format ⇒ "mp3", ...
Returns the value of attribute media_format.
30 31 32 |
# File 'sig/types.rbs', line 30 def media_format @media_format end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
29 30 31 |
# File 'sig/types.rbs', line 29 def media_sample_rate_hertz @media_sample_rate_hertz end |
#settings ⇒ Types::CallAnalyticsJobSettings
Returns the value of attribute settings.
39 40 41 |
# File 'sig/types.rbs', line 39 def settings @settings end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
33 34 35 |
# File 'sig/types.rbs', line 33 def start_time @start_time end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
41 42 43 |
# File 'sig/types.rbs', line 41 def @tags end |
#transcript ⇒ Types::Transcript
Returns the value of attribute transcript.
32 33 34 |
# File 'sig/types.rbs', line 32 def transcript @transcript end |