Tala Esenlikler

FInteractionRuntimePromptPresentationResult

Prompt text result returned by a prompt provider.

Interaction Framework 1.0.0 UE5.7 Struct InteractionRuntimePromptTextProvider.h

Prompt text result returned by a prompt provider.

Module InteractionFrameworkRuntime
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKRUNTIME_API FInteractionRuntimePromptPresentationResult

Properties

Prompt Presentation Result

Command Text

Command text produced by the provider.

FText
Prompt Presentation Result

Key Text

Key/input text produced by the provider.

FText
Prompt Presentation Result

Prompt Text

Final plain prompt text.

FText
Prompt Presentation Result

Has Structured Prompt

True when PromptParts contains structured output.

bool
Prompt Presentation Result

Rich Prompt Text

Rich-text prompt output for widgets that render one formatted text block.

FText

Related Docs