Class: Aws::Types::ListRealtimeContactAnalysisSegmentsV2Request

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Raw", "Redacted")


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.

Returns:

  • (::Array[("Transcript" | "Categories" | "Issues" | "Event" | "Attachments" | "PostContactSummary" | "ExtractedInformation")])


5501
5502
5503
# File 'sig/types.rbs', line 5501

def segment_types
  @segment_types
end