@Stability(value=Stable)
public static interface CfnBot.OutputContextProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
OutputContextProperty outputContextProperty = OutputContextProperty.builder()
.name("name")
.timeToLiveInSeconds(123)
.turnsToLive(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBot.OutputContextProperty.Builder
A builder for
CfnBot.OutputContextProperty |
static class |
CfnBot.OutputContextProperty.Jsii$Proxy
An implementation for
CfnBot.OutputContextProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBot.OutputContextProperty.Builder |
builder() |
String |
getName()
`CfnBot.OutputContextProperty.Name`.
|
Number |
getTimeToLiveInSeconds()
`CfnBot.OutputContextProperty.TimeToLiveInSeconds`.
|
Number |
getTurnsToLive()
`CfnBot.OutputContextProperty.TurnsToLive`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull Number getTimeToLiveInSeconds()
@Stability(value=Stable) @NotNull Number getTurnsToLive()
@Stability(value=Stable) static CfnBot.OutputContextProperty.Builder builder()
Copyright © 2021. All rights reserved.