Class: Aws::Types::CreateAgentActionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentActionGroupRequest
- 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.
-
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
412 413 414 |
# File 'sig/types.rbs', line 412 def action_group_executor @action_group_executor end |
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
407 408 409 |
# File 'sig/types.rbs', line 407 def action_group_name @action_group_name end |
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
414 415 416 |
# File 'sig/types.rbs', line 414 def action_group_state @action_group_state end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
405 406 407 |
# File 'sig/types.rbs', line 405 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
406 407 408 |
# File 'sig/types.rbs', line 406 def agent_version @agent_version end |
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
413 414 415 |
# File 'sig/types.rbs', line 413 def api_schema @api_schema end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
408 409 410 |
# File 'sig/types.rbs', line 408 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
409 410 411 |
# File 'sig/types.rbs', line 409 def description @description end |
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
415 416 417 |
# File 'sig/types.rbs', line 415 def function_schema @function_schema end |
#parent_action_group_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_group_signature.
410 411 412 |
# File 'sig/types.rbs', line 410 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.
411 412 413 |
# File 'sig/types.rbs', line 411 def parent_action_group_signature_params @parent_action_group_signature_params end |