Class: Aws::Types::FlowMultiTurnInputRequestEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::FlowMultiTurnInputContent

Returns the value of attribute content.



827
828
829
# File 'sig/types.rbs', line 827

def content
  @content
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


830
831
832
# File 'sig/types.rbs', line 830

def event_type
  @event_type
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def node_name
  @node_name
end

#node_type"FlowInputNode", ...

Returns the value of attribute node_type.

Returns:

  • ("FlowInputNode", "FlowOutputNode", "LambdaFunctionNode", "KnowledgeBaseNode", "PromptNode", "ConditionNode", "LexNode")


829
830
831
# File 'sig/types.rbs', line 829

def node_type
  @node_type
end