FlowExecutionContent

Contains the content of an flow execution input or output field.

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Inheritors

Types

Link copied to clipboard
data class Document(val value: Document) : FlowExecutionContent

The document content of the field, which can contain text or structured data.

Link copied to clipboard

Functions

Link copied to clipboard

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

Link copied to clipboard

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