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" | "ExtractedInformation")]
Returns the value of attribute segment_types.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
5497 5498 5499 |
# File 'sig/types.rbs', line 5497 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
5496 5497 5498 |
# File 'sig/types.rbs', line 5496 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5498 5499 5500 |
# File 'sig/types.rbs', line 5498 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5499 5500 5501 |
# File 'sig/types.rbs', line 5499 def next_token @next_token end |
#output_type ⇒ "Raw", "Redacted"
Returns the value of attribute output_type.
5500 5501 5502 |
# File 'sig/types.rbs', line 5500 def output_type @output_type end |
#segment_types ⇒ ::Array[("Transcript" | "Categories" | "Issues" | "Event" | "Attachments" | "PostContactSummary" | "ExtractedInformation")]
Returns the value of attribute segment_types.
5501 5502 5503 |
# File 'sig/types.rbs', line 5501 def segment_types @segment_types end |