Class: Aws::Types::AgentActionGroup
- Inherits:
-
Object
- Object
- Aws::Types::AgentActionGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_executor ⇒ Types::ActionGroupExecutor
Returns the value of attribute action_group_executor.
-
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
-
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
-
#parent_action_group_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_group_signature.
-
#parent_action_group_signature_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute parent_action_group_signature_params.
Instance Attribute Details
#action_group_executor ⇒ Types::ActionGroupExecutor
Returns the value of attribute action_group_executor.
64 65 66 |
# File 'sig/types.rbs', line 64 def action_group_executor @action_group_executor end |
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
65 66 67 |
# File 'sig/types.rbs', line 65 def action_group_name @action_group_name end |
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
66 67 68 |
# File 'sig/types.rbs', line 66 def api_schema @api_schema end |
#description ⇒ ::String
Returns the value of attribute description.
67 68 69 |
# File 'sig/types.rbs', line 67 def description @description end |
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
68 69 70 |
# File 'sig/types.rbs', line 68 def function_schema @function_schema end |
#parent_action_group_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_group_signature.
69 70 71 |
# File 'sig/types.rbs', line 69 def parent_action_group_signature @parent_action_group_signature end |
#parent_action_group_signature_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute parent_action_group_signature_params.
70 71 72 |
# File 'sig/types.rbs', line 70 def parent_action_group_signature_params @parent_action_group_signature_params end |