TextPrompt

data class TextPrompt(val value: TextPrompt) : InputPrompt

Contains information about the text prompt to optimize.

Constructors

Link copied to clipboard
constructor(value: TextPrompt)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this InputPrompt as a TextPrompt and retrieves its aws.sdk.kotlin.services.bedrockagentruntime.model.TextPrompt value. Throws an exception if the InputPrompt is not a TextPrompt.

Link copied to clipboard