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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Raw", "Redacted")


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.

Returns:

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


5269
5270
5271
# File 'sig/types.rbs', line 5269

def segment_types
  @segment_types
end