Class: Aws::Types::CallAnalyticsEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_millis::Integer

Returns the value of attribute begin_offset_millis.

Returns:

  • (::Integer)


31
32
33
# File 'sig/types.rbs', line 31

def begin_offset_millis
  @begin_offset_millis
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def category
  @category
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


36
37
38
# File 'sig/types.rbs', line 36

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def content
  @content
end

#end_offset_millis::Integer

Returns the value of attribute end_offset_millis.

Returns:

  • (::Integer)


32
33
34
# File 'sig/types.rbs', line 32

def end_offset_millis
  @end_offset_millis
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def type
  @type
end