@Stability(value=Stable) public static final class CfnBot.ResponseSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.ResponseSpecificationProperty>
CfnBot.ResponseSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.ResponseSpecificationProperty.Builder |
allowInterrupt(Boolean allowInterrupt)
Sets the value of
CfnBot.ResponseSpecificationProperty.getAllowInterrupt() |
CfnBot.ResponseSpecificationProperty.Builder |
allowInterrupt(IResolvable allowInterrupt)
Sets the value of
CfnBot.ResponseSpecificationProperty.getAllowInterrupt() |
CfnBot.ResponseSpecificationProperty |
build()
Builds the configured instance.
|
CfnBot.ResponseSpecificationProperty.Builder |
messageGroupsList(IResolvable messageGroupsList)
Sets the value of
CfnBot.ResponseSpecificationProperty.getMessageGroupsList() |
CfnBot.ResponseSpecificationProperty.Builder |
messageGroupsList(List<? extends Object> messageGroupsList)
Sets the value of
CfnBot.ResponseSpecificationProperty.getMessageGroupsList() |
@Stability(value=Stable) public CfnBot.ResponseSpecificationProperty.Builder messageGroupsList(IResolvable messageGroupsList)
CfnBot.ResponseSpecificationProperty.getMessageGroupsList()messageGroupsList - A collection of responses that Amazon Lex can send to the user. This parameter is required.
Amazon Lex chooses the actual response to send at runtime.this@Stability(value=Stable) public CfnBot.ResponseSpecificationProperty.Builder messageGroupsList(List<? extends Object> messageGroupsList)
CfnBot.ResponseSpecificationProperty.getMessageGroupsList()messageGroupsList - A collection of responses that Amazon Lex can send to the user. This parameter is required.
Amazon Lex chooses the actual response to send at runtime.this@Stability(value=Stable) public CfnBot.ResponseSpecificationProperty.Builder allowInterrupt(Boolean allowInterrupt)
CfnBot.ResponseSpecificationProperty.getAllowInterrupt()allowInterrupt - Indicates whether the user can interrupt a speech response from Amazon Lex .this@Stability(value=Stable) public CfnBot.ResponseSpecificationProperty.Builder allowInterrupt(IResolvable allowInterrupt)
CfnBot.ResponseSpecificationProperty.getAllowInterrupt()allowInterrupt - Indicates whether the user can interrupt a speech response from Amazon Lex .this@Stability(value=Stable) public CfnBot.ResponseSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.ResponseSpecificationProperty>CfnBot.ResponseSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.