Interface PromptArgument


@Immutable public interface PromptArgument
Describes a single argument accepted by a prompt template.

Arguments are matched by name. The required flag tells the client whether the argument must be provided; when absent or null, the argument is considered optional.