Class: Aws::Types::CreateAgentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAgentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_connectors ⇒ ::Array[::String]
Returns the value of attribute action_connectors.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_lifecycle ⇒ "PREVIEW", "PUBLISHED"
Returns the value of attribute agent_lifecycle.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#custom_prompt_input ⇒ Types::CustomPromptInput
Returns the value of attribute custom_prompt_input.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#spaces ⇒ ::Array[::String]
Returns the value of attribute spaces.
-
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
-
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
Instance Attribute Details
#action_connectors ⇒ ::Array[::String]
Returns the value of attribute action_connectors.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def action_connectors @action_connectors end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def agent_id @agent_id end |
#agent_lifecycle ⇒ "PREVIEW", "PUBLISHED"
Returns the value of attribute agent_lifecycle.
2110 2111 2112 |
# File 'sig/types.rbs', line 2110 def agent_lifecycle @agent_lifecycle end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def aws_account_id @aws_account_id end |
#custom_prompt_input ⇒ Types::CustomPromptInput
Returns the value of attribute custom_prompt_input.
2111 2112 2113 |
# File 'sig/types.rbs', line 2111 def custom_prompt_input @custom_prompt_input end |
#description ⇒ ::String
Returns the value of attribute description.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def description @description end |
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def icon_id @icon_id end |
#name ⇒ ::String
Returns the value of attribute name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def name @name end |
#spaces ⇒ ::Array[::String]
Returns the value of attribute spaces.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def spaces @spaces end |
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def starter_prompts @starter_prompts end |
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
2109 2110 2111 |
# File 'sig/types.rbs', line 2109 def @welcome_message end |