templateVariables property

  1. @TagNumber(1)
Map<String, String> get templateVariables

The User prompt variables This is a hash-map of variables that should have the same keys as those contained by the PromptConfigResponse

Implementation

@$pb.TagNumber(1)
$core.Map<$core.String, $core.String> get templateVariables => $_getMap(0);