Class: Aws::Types::UtteranceSpecification
- Inherits:
-
Object
- Object
- Aws::Types::UtteranceSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_intent_name ⇒ ::String
Returns the value of attribute associated_intent_name.
-
#associated_slot_name ⇒ ::String
Returns the value of attribute associated_slot_name.
-
#audio_voice_duration_millis ⇒ ::Integer
Returns the value of attribute audio_voice_duration_millis.
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_response_audio_voice_id ⇒ ::String
Returns the value of attribute bot_response_audio_voice_id.
-
#bot_responses ⇒ ::Array[Types::UtteranceBotResponse]
Returns the value of attribute bot_responses.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#conversation_end_time ⇒ ::Time
Returns the value of attribute conversation_end_time.
-
#conversation_start_time ⇒ ::Time
Returns the value of attribute conversation_start_time.
-
#dialog_action_type ⇒ ::String
Returns the value of attribute dialog_action_type.
-
#input_type ⇒ ::String
Returns the value of attribute input_type.
-
#intent_state ⇒ "Failed", ...
Returns the value of attribute intent_state.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#mode ⇒ "Speech", ...
Returns the value of attribute mode.
-
#output_type ⇒ ::String
Returns the value of attribute output_type.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#slots_filled_in_session ⇒ ::String
Returns the value of attribute slots_filled_in_session.
-
#utterance ⇒ ::String
Returns the value of attribute utterance.
-
#utterance_request_id ⇒ ::String
Returns the value of attribute utterance_request_id.
-
#utterance_timestamp ⇒ ::Time
Returns the value of attribute utterance_timestamp.
-
#utterance_understood ⇒ Boolean
Returns the value of attribute utterance_understood.
Instance Attribute Details
#associated_intent_name ⇒ ::String
Returns the value of attribute associated_intent_name.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def associated_intent_name @associated_intent_name end |
#associated_slot_name ⇒ ::String
Returns the value of attribute associated_slot_name.
3891 3892 3893 |
# File 'sig/types.rbs', line 3891 def associated_slot_name @associated_slot_name end |
#audio_voice_duration_millis ⇒ ::Integer
Returns the value of attribute audio_voice_duration_millis.
3886 3887 3888 |
# File 'sig/types.rbs', line 3886 def audio_voice_duration_millis @audio_voice_duration_millis end |
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
3876 3877 3878 |
# File 'sig/types.rbs', line 3876 def bot_alias_id @bot_alias_id end |
#bot_response_audio_voice_id ⇒ ::String
Returns the value of attribute bot_response_audio_voice_id.
3894 3895 3896 |
# File 'sig/types.rbs', line 3894 def bot_response_audio_voice_id @bot_response_audio_voice_id end |
#bot_responses ⇒ ::Array[Types::UtteranceBotResponse]
Returns the value of attribute bot_responses.
3897 3898 3899 |
# File 'sig/types.rbs', line 3897 def bot_responses @bot_responses end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
3877 3878 3879 |
# File 'sig/types.rbs', line 3877 def bot_version @bot_version end |
#channel ⇒ ::String
Returns the value of attribute channel.
3880 3881 3882 |
# File 'sig/types.rbs', line 3880 def channel @channel end |
#conversation_end_time ⇒ ::Time
Returns the value of attribute conversation_end_time.
3883 3884 3885 |
# File 'sig/types.rbs', line 3883 def conversation_end_time @conversation_end_time end |
#conversation_start_time ⇒ ::Time
Returns the value of attribute conversation_start_time.
3882 3883 3884 |
# File 'sig/types.rbs', line 3882 def conversation_start_time @conversation_start_time end |
#dialog_action_type ⇒ ::String
Returns the value of attribute dialog_action_type.
3893 3894 3895 |
# File 'sig/types.rbs', line 3893 def dialog_action_type @dialog_action_type end |
#input_type ⇒ ::String
Returns the value of attribute input_type.
3888 3889 3890 |
# File 'sig/types.rbs', line 3888 def input_type @input_type end |
#intent_state ⇒ "Failed", ...
Returns the value of attribute intent_state.
3892 3893 3894 |
# File 'sig/types.rbs', line 3892 def intent_state @intent_state end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
3878 3879 3880 |
# File 'sig/types.rbs', line 3878 def locale_id @locale_id end |
#mode ⇒ "Speech", ...
Returns the value of attribute mode.
3881 3882 3883 |
# File 'sig/types.rbs', line 3881 def mode @mode end |
#output_type ⇒ ::String
Returns the value of attribute output_type.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def output_type @output_type end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
3879 3880 3881 |
# File 'sig/types.rbs', line 3879 def session_id @session_id end |
#slots_filled_in_session ⇒ ::String
Returns the value of attribute slots_filled_in_session.
3895 3896 3897 |
# File 'sig/types.rbs', line 3895 def slots_filled_in_session @slots_filled_in_session end |
#utterance ⇒ ::String
Returns the value of attribute utterance.
3884 3885 3886 |
# File 'sig/types.rbs', line 3884 def utterance @utterance end |
#utterance_request_id ⇒ ::String
Returns the value of attribute utterance_request_id.
3896 3897 3898 |
# File 'sig/types.rbs', line 3896 def utterance_request_id @utterance_request_id end |
#utterance_timestamp ⇒ ::Time
Returns the value of attribute utterance_timestamp.
3885 3886 3887 |
# File 'sig/types.rbs', line 3885 def @utterance_timestamp end |
#utterance_understood ⇒ Boolean
Returns the value of attribute utterance_understood.
3887 3888 3889 |
# File 'sig/types.rbs', line 3887 def utterance_understood @utterance_understood end |