@Stability(value=Stable) public static final class CfnBot.IntentClosingSettingProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.IntentClosingSettingProperty>
CfnBot.IntentClosingSettingProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.IntentClosingSettingProperty |
build()
Builds the configured instance.
|
CfnBot.IntentClosingSettingProperty.Builder |
closingResponse(CfnBot.ResponseSpecificationProperty closingResponse)
Sets the value of
CfnBot.IntentClosingSettingProperty.getClosingResponse() |
CfnBot.IntentClosingSettingProperty.Builder |
closingResponse(IResolvable closingResponse)
Sets the value of
CfnBot.IntentClosingSettingProperty.getClosingResponse() |
CfnBot.IntentClosingSettingProperty.Builder |
isActive(Boolean isActive)
Sets the value of
CfnBot.IntentClosingSettingProperty.getIsActive() |
CfnBot.IntentClosingSettingProperty.Builder |
isActive(IResolvable isActive)
Sets the value of
CfnBot.IntentClosingSettingProperty.getIsActive() |
@Stability(value=Stable) public CfnBot.IntentClosingSettingProperty.Builder closingResponse(CfnBot.ResponseSpecificationProperty closingResponse)
CfnBot.IntentClosingSettingProperty.getClosingResponse()closingResponse - The response that Amazon Lex sends to the user when the intent is complete. This parameter is required.this@Stability(value=Stable) public CfnBot.IntentClosingSettingProperty.Builder closingResponse(IResolvable closingResponse)
CfnBot.IntentClosingSettingProperty.getClosingResponse()closingResponse - The response that Amazon Lex sends to the user when the intent is complete. This parameter is required.this@Stability(value=Stable) public CfnBot.IntentClosingSettingProperty.Builder isActive(Boolean isActive)
CfnBot.IntentClosingSettingProperty.getIsActive()isActive - Specifies whether an intent's closing response is used.
When this field is false, the closing response isn't sent to the user and no closing input from the user is used. If the IsActive field isn't specified, the default is true.this@Stability(value=Stable) public CfnBot.IntentClosingSettingProperty.Builder isActive(IResolvable isActive)
CfnBot.IntentClosingSettingProperty.getIsActive()isActive - Specifies whether an intent's closing response is used.
When this field is false, the closing response isn't sent to the user and no closing input from the user is used. If the IsActive field isn't specified, the default is true.this@Stability(value=Stable) public CfnBot.IntentClosingSettingProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.IntentClosingSettingProperty>CfnBot.IntentClosingSettingPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.