Class: Aws::Types::IntentSummary
- Inherits:
-
Object
- Object
- Aws::Types::IntentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
-
#intent_display_name ⇒ ::String
Returns the value of attribute intent_display_name.
-
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
-
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
-
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 def description @description end |
#input_contexts ⇒ ::Array[Types::InputContext]
Returns the value of attribute input_contexts.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def input_contexts @input_contexts end |
#intent_display_name ⇒ ::String
Returns the value of attribute intent_display_name.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def intent_display_name @intent_display_name end |
#intent_id ⇒ ::String
Returns the value of attribute intent_id.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def intent_id @intent_id end |
#intent_name ⇒ ::String
Returns the value of attribute intent_name.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def intent_name @intent_name end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def last_updated_date_time @last_updated_date_time end |
#output_contexts ⇒ ::Array[Types::OutputContext]
Returns the value of attribute output_contexts.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def output_contexts @output_contexts end |
#parent_intent_signature ⇒ ::String
Returns the value of attribute parent_intent_signature.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def parent_intent_signature @parent_intent_signature end |