GetPromptResultResponse constructor
GetPromptResultResponse({
- required String id,
- required GetPromptResultOutcome result,
Creates a GetPromptResultResponse.
Implementation
GetPromptResultResponse({required this.id, required this.result});