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: