FlowMultiTurnInputContent

The content structure containing input information for multi-turn flow interactions.

Inheritors

Types

Link copied to clipboard
data class Document(val value: <Error class: unknown class>) : FlowMultiTurnInputContent

The requested additional input to send back to the multi-turn flow node.

Link copied to clipboard

Functions

Link copied to clipboard
fun asDocument(): <Error class: unknown class>

Casts this FlowMultiTurnInputContent as a Document and retrieves its aws.smithy.kotlin.runtime.content.Document value. Throws an exception if the FlowMultiTurnInputContent is not a Document.

Link copied to clipboard
fun asDocumentOrNull(): <Error class: unknown class>?

Casts this FlowMultiTurnInputContent as a Document and retrieves its aws.smithy.kotlin.runtime.content.Document value. Returns null if the FlowMultiTurnInputContent is not a Document.