Class: Aws::Types::IntentResultEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_id ⇒ ::String

Returns the value of attribute event_id.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def event_id
  @event_id
end

#event_type ⇒ Object

Returns the value of attribute event_type.

Returns:

  • (Object)


179
180
181
# File 'sig/types.rbs', line 179

def event_type
  @event_type
end

#input_mode ⇒ "Text", ...

Returns the value of attribute input_mode.

Returns:

  • ("Text", "Speech", "DTMF")


172
173
174
# File 'sig/types.rbs', line 172

def input_mode
  @input_mode
end

#interpretations ⇒ ::Array[Types::Interpretation]

Returns the value of attribute interpretations.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def interpretations
  @interpretations
end

#recognized_bot_member ⇒ Types::RecognizedBotMember

Returns the value of attribute recognized_bot_member.



178
179
180
# File 'sig/types.rbs', line 178

def recognized_bot_member
  @recognized_bot_member
end

#request_attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute request_attributes.

Returns:

  • (::Hash[::String, ::String])


175
176
177
# File 'sig/types.rbs', line 175

def request_attributes
  @request_attributes
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def session_id
  @session_id
end

#session_state ⇒ Types::SessionState

Returns the value of attribute session_state.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def session_state
  @session_state
end