Package com.pulumi.aws.lex.outputs
Class V2modelsIntentOutputContext
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentOutputContext
-
public final class V2modelsIntentOutputContext extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
V2modelsIntentOutputContext.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V2modelsIntentOutputContext.Builder
builder()
static V2modelsIntentOutputContext.Builder
builder(V2modelsIntentOutputContext defaults)
java.lang.String
name()
java.lang.Integer
timeToLiveInSeconds()
java.lang.Integer
turnsToLive()
-
-
-
Method Detail
-
name
public java.lang.String name()
- Returns:
- Name of the output context.
-
timeToLiveInSeconds
public java.lang.Integer timeToLiveInSeconds()
- Returns:
- Amount of time, in seconds, that the output context should remain active. The time is figured from the first time the context is sent to the user.
-
turnsToLive
public java.lang.Integer turnsToLive()
- Returns:
- Number of conversation turns that the output context should remain active. The number of turns is counted from the first time that the context is sent to the user.
-
builder
public static V2modelsIntentOutputContext.Builder builder()
-
builder
public static V2modelsIntentOutputContext.Builder builder(V2modelsIntentOutputContext defaults)
-
-