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.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def action_connectors @action_connectors end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def agent_id @agent_id end |
#agent_lifecycle ⇒ "PREVIEW", "PUBLISHED"
Returns the value of attribute agent_lifecycle.
2191 2192 2193 |
# File 'sig/types.rbs', line 2191 def agent_lifecycle @agent_lifecycle end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def aws_account_id @aws_account_id end |
#custom_prompt_input ⇒ Types::CustomPromptInput
Returns the value of attribute custom_prompt_input.
2192 2193 2194 |
# File 'sig/types.rbs', line 2192 def custom_prompt_input @custom_prompt_input end |
#description ⇒ ::String
Returns the value of attribute description.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def description @description end |
#icon_id ⇒ ::String
Returns the value of attribute icon_id.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def icon_id @icon_id end |
#name ⇒ ::String
Returns the value of attribute name.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def name @name end |
#spaces ⇒ ::Array[::String]
Returns the value of attribute spaces.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def spaces @spaces end |
#starter_prompts ⇒ ::Array[::String]
Returns the value of attribute starter_prompts.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def starter_prompts @starter_prompts end |
#welcome_message ⇒ ::String
Returns the value of attribute welcome_message.
2190 2191 2192 |
# File 'sig/types.rbs', line 2190 def @welcome_message end |