Class: Aws::Types::SessionSpecification
- Inherits:
-
Object
- Object
- Aws::Types::SessionSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
-
#channel ⇒ ::String
Returns the value of attribute channel.
-
#conversation_duration_seconds ⇒ ::Integer
Returns the value of attribute conversation_duration_seconds.
-
#conversation_end_state ⇒ "Success", ...
Returns the value of attribute conversation_end_state.
-
#conversation_end_time ⇒ ::Time
Returns the value of attribute conversation_end_time.
-
#conversation_start_time ⇒ ::Time
Returns the value of attribute conversation_start_time.
-
#invoked_intent_samples ⇒ ::Array[Types::InvokedIntentSample]
Returns the value of attribute invoked_intent_samples.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#mode ⇒ "Speech", ...
Returns the value of attribute mode.
-
#number_of_turns ⇒ ::Integer
Returns the value of attribute number_of_turns.
-
#originating_request_id ⇒ ::String
Returns the value of attribute originating_request_id.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
2941 2942 2943 |
# File 'sig/types.rbs', line 2941 def bot_alias_id @bot_alias_id end |
#bot_version ⇒ ::String
Returns the value of attribute bot_version.
2942 2943 2944 |
# File 'sig/types.rbs', line 2942 def bot_version @bot_version end |
#channel ⇒ ::String
Returns the value of attribute channel.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def channel @channel end |
#conversation_duration_seconds ⇒ ::Integer
Returns the value of attribute conversation_duration_seconds.
2948 2949 2950 |
# File 'sig/types.rbs', line 2948 def conversation_duration_seconds @conversation_duration_seconds end |
#conversation_end_state ⇒ "Success", ...
Returns the value of attribute conversation_end_state.
2949 2950 2951 |
# File 'sig/types.rbs', line 2949 def conversation_end_state @conversation_end_state end |
#conversation_end_time ⇒ ::Time
Returns the value of attribute conversation_end_time.
2947 2948 2949 |
# File 'sig/types.rbs', line 2947 def conversation_end_time @conversation_end_time end |
#conversation_start_time ⇒ ::Time
Returns the value of attribute conversation_start_time.
2946 2947 2948 |
# File 'sig/types.rbs', line 2946 def conversation_start_time @conversation_start_time end |
#invoked_intent_samples ⇒ ::Array[Types::InvokedIntentSample]
Returns the value of attribute invoked_intent_samples.
2952 2953 2954 |
# File 'sig/types.rbs', line 2952 def invoked_intent_samples @invoked_intent_samples end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def locale_id @locale_id end |
#mode ⇒ "Speech", ...
Returns the value of attribute mode.
2950 2951 2952 |
# File 'sig/types.rbs', line 2950 def mode @mode end |
#number_of_turns ⇒ ::Integer
Returns the value of attribute number_of_turns.
2951 2952 2953 |
# File 'sig/types.rbs', line 2951 def number_of_turns @number_of_turns end |
#originating_request_id ⇒ ::String
Returns the value of attribute originating_request_id.
2953 2954 2955 |
# File 'sig/types.rbs', line 2953 def originating_request_id @originating_request_id end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
2945 2946 2947 |
# File 'sig/types.rbs', line 2945 def session_id @session_id end |