Class: Aws::Types::KnowledgeBaseQuery

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::InputImage

Returns the value of attribute image.

Returns:



1587
1588
1589
# File 'sig/types.rbs', line 1587

def image
  @image
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


1588
1589
1590
# File 'sig/types.rbs', line 1588

def text
  @text
end

#type"TEXT", "IMAGE"

Returns the value of attribute type.

Returns:

  • ("TEXT", "IMAGE")


1589
1590
1591
# File 'sig/types.rbs', line 1589

def type
  @type
end