Interface CfnPrompt.IPromptInputVariableProperty
Contains information about a variable in the prompt.
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPrompt.IPromptInputVariableProperty
Syntax (vb)
Public Interface CfnPrompt.IPromptInputVariableProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Bedrock;
var promptInputVariableProperty = new PromptInputVariableProperty {
Name = "name"
};
Synopsis
Properties
| Name | The name of the variable. |
Properties
Name
The name of the variable.
string? Name { get; }