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.



909
910
911
# File 'sig/types.rbs', line 909

def content
  @content
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


912
913
914
# File 'sig/types.rbs', line 912

def event_type
  @event_type
end

#node_name::String

Returns the value of attribute node_name.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def node_name
  @node_name
end

#node_type"FlowInputNode", ...

Returns the value of attribute node_type.

Returns:

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


911
912
913
# File 'sig/types.rbs', line 911

def node_type
  @node_type
end