Class: Aws::Types::ListRealtimeContactAnalysisSegmentsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::ListRealtimeContactAnalysisSegmentsV2Request
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#output_type ⇒ "Raw", "Redacted"
Returns the value of attribute output_type.
-
#segment_types ⇒ ::Array[("Transcript" | "Categories" | "Issues" | "Event" | "Attachments" | "PostContactSummary")]
Returns the value of attribute segment_types.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
5265 5266 5267 |
# File 'sig/types.rbs', line 5265 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5264 5265 5266 |
# File 'sig/types.rbs', line 5264 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5266 5267 5268 |
# File 'sig/types.rbs', line 5266 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5267 5268 5269 |
# File 'sig/types.rbs', line 5267 def next_token @next_token end |
#output_type ⇒ "Raw", "Redacted"
Returns the value of attribute output_type.
5268 5269 5270 |
# File 'sig/types.rbs', line 5268 def output_type @output_type end |
#segment_types ⇒ ::Array[("Transcript" | "Categories" | "Issues" | "Event" | "Attachments" | "PostContactSummary")]
Returns the value of attribute segment_types.
5269 5270 5271 |
# File 'sig/types.rbs', line 5269 def segment_types @segment_types end |