Interface CfnAppInstanceBot.InvokedByProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAppInstanceBot.InvokedByProperty.Jsii$Proxy
- Enclosing class:
CfnAppInstanceBot
@Stability(Stable)
public static interface CfnAppInstanceBot.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.services.chime.*;
InvokedByProperty invokedByProperty = InvokedByProperty.builder()
.standardMessages("standardMessages")
.targetedMessages("targetedMessages")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAppInstanceBot.InvokedByPropertystatic final classAn implementation forCfnAppInstanceBot.InvokedByProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Sets standard messages as the bot trigger.Sets targeted messages as the bot trigger.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
-