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)


5337
5338
5339
# File 'sig/types.rbs', line 5337

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


5336
5337
5338
# File 'sig/types.rbs', line 5336

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5338
5339
5340
# File 'sig/types.rbs', line 5338

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5339
5340
5341
# File 'sig/types.rbs', line 5339

def next_token
  @next_token
end

#output_type"Raw", "Redacted"

Returns the value of attribute output_type.

Returns:

  • ("Raw", "Redacted")


5340
5341
5342
# File 'sig/types.rbs', line 5340

def output_type
  @output_type
end

#segment_types::Array[("Transcript" | "Categories" | "Issues" | "Event" | "Attachments" | "PostContactSummary")]

Returns the value of attribute segment_types.

Returns:

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


5341
5342
5343
# File 'sig/types.rbs', line 5341

def segment_types
  @segment_types
end