Interface CfnAppInstanceBotPropsMixin.InvokedByProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAppInstanceBotPropsMixin.InvokedByProperty.Jsii$Proxy
- Enclosing class:
CfnAppInstanceBotPropsMixin
@Stability(Stable)
public static interface CfnAppInstanceBotPropsMixin.InvokedByProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the type of message that triggers a bot.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.chime.*;
InvokedByProperty invokedByProperty = InvokedByProperty.builder()
.standardMessages("standardMessages")
.targetedMessages("targetedMessages")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAppInstanceBotPropsMixin.InvokedByPropertystatic final classAn implementation forCfnAppInstanceBotPropsMixin.InvokedByProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStandardMessages
Sets standard messages as the bot trigger.- See Also:
-
getTargetedMessages
Sets targeted messages as the bot trigger.- See Also:
-
builder
-