Class: Aws::Types::AIAgentData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_arn::String

Returns the value of attribute ai_agent_arn.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def ai_agent_arn
  @ai_agent_arn
end

#ai_agent_id::String

Returns the value of attribute ai_agent_id.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def ai_agent_id
  @ai_agent_id
end

#assistant_arn::String

Returns the value of attribute assistant_arn.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def assistant_arn
  @assistant_arn
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def assistant_id
  @assistant_id
end

#configurationTypes::AIAgentConfiguration

Returns the value of attribute configuration.



58
59
60
# File 'sig/types.rbs', line 58

def configuration
  @configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def description
  @description
end

#modified_time::Time

Returns the value of attribute modified_time.

Returns:

  • (::Time)


59
60
61
# File 'sig/types.rbs', line 59

def modified_time
  @modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def name
  @name
end

#origin"SYSTEM", "CUSTOMER"

Returns the value of attribute origin.

Returns:

  • ("SYSTEM", "CUSTOMER")


63
64
65
# File 'sig/types.rbs', line 63

def origin
  @origin
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "CREATE_FAILED", "ACTIVE", "DELETE_IN_PROGRESS", "DELETE_FAILED", "DELETED")


64
65
66
# File 'sig/types.rbs', line 64

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


62
63
64
# File 'sig/types.rbs', line 62

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")


57
58
59
# File 'sig/types.rbs', line 57

def type
  @type
end

#visibility_status"SAVED", "PUBLISHED"

Returns the value of attribute visibility_status.

Returns:

  • ("SAVED", "PUBLISHED")


61
62
63
# File 'sig/types.rbs', line 61

def visibility_status
  @visibility_status
end