@Stability(value=Stable)
public static interface CfnBot.InputContextProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.lex.*;
InputContextProperty inputContextProperty = InputContextProperty.builder()
.name("name")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.InputContextProperty.Builder
A builder for
CfnBot.InputContextProperty |
static class |
CfnBot.InputContextProperty.Jsii$Proxy
An implementation for
CfnBot.InputContextProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.InputContextProperty.Builder |
builder() |
String |
getName()
The name of the context.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnBot.InputContextProperty.Builder builder()
Copyright © 2022. All rights reserved.