Class: Aws::Types::CreateAgentRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:starter_prompts, :welcome_message, :custom_prompt_input])

Instance Attribute Summary collapse

Instance Attribute Details

#action_connectors::Array[::String]

Returns the value of attribute action_connectors.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • ("PREVIEW", "PUBLISHED")


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.

Returns:

  • (::String)


2103
2104
2105
# File 'sig/types.rbs', line 2103

def 
  @aws_account_id
end

#custom_prompt_inputTypes::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.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def description
  @description
end

#icon_id::String

Returns the value of attribute icon_id.

Returns:

  • (::String)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def icon_id
  @icon_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def name
  @name
end

#spaces::Array[::String]

Returns the value of attribute spaces.

Returns:

  • (::Array[::String])


2101
2102
2103
# File 'sig/types.rbs', line 2101

def spaces
  @spaces
end

#starter_prompts::Array[::String]

Returns the value of attribute starter_prompts.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def welcome_message
  @welcome_message
end