Class: Aws::Types::UserTurnOutputSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#active_contexts ⇒ ::Array[Types::ActiveContext]

Returns the value of attribute active_contexts.

Returns:



3803
3804
3805
# File 'sig/types.rbs', line 3803

def active_contexts
  @active_contexts
end

#intent ⇒ Types::UserTurnIntentOutput

Returns the value of attribute intent.



3802
3803
3804
# File 'sig/types.rbs', line 3802

def intent
  @intent
end

#transcript ⇒ ::String

Returns the value of attribute transcript.

Returns:

  • (::String)


3804
3805
3806
# File 'sig/types.rbs', line 3804

def transcript
  @transcript
end