Class: Aws::Types::CreateAIAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def client_token
  @client_token
end

#configurationTypes::AIAgentConfiguration

Returns the value of attribute configuration.



574
575
576
# File 'sig/types.rbs', line 574

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


577
578
579
# File 'sig/types.rbs', line 577

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


576
577
578
# File 'sig/types.rbs', line 576

def tags
  @tags
end

#type"MANUAL_SEARCH", ...

Returns the value of attribute type.

Returns:

  • ("MANUAL_SEARCH", "ANSWER_RECOMMENDATION", "SELF_SERVICE", "EMAIL_RESPONSE", "EMAIL_OVERVIEW", "EMAIL_GENERATIVE_ANSWER", "ORCHESTRATION", "NOTE_TAKING", "CASE_SUMMARIZATION")


573
574
575
# File 'sig/types.rbs', line 573

def type
  @type
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


575
576
577
# File 'sig/types.rbs', line 575

def visibility_status
  @visibility_status
end