| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
InvokedBy |
InvokedBy.clone() |
InvokedBy |
LexConfiguration.getInvokedBy()
Specifies the type of message that triggers a bot.
|
InvokedBy |
InvokedBy.withStandardMessages(StandardMessages standardMessages)
Sets standard messages as the bot trigger.
|
InvokedBy |
InvokedBy.withStandardMessages(String standardMessages)
Sets standard messages as the bot trigger.
|
InvokedBy |
InvokedBy.withTargetedMessages(String targetedMessages)
Sets targeted messages as the bot trigger.
|
InvokedBy |
InvokedBy.withTargetedMessages(TargetedMessages targetedMessages)
Sets targeted messages as the bot trigger.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LexConfiguration.setInvokedBy(InvokedBy invokedBy)
Specifies the type of message that triggers a bot.
|
LexConfiguration |
LexConfiguration.withInvokedBy(InvokedBy invokedBy)
Specifies the type of message that triggers a bot.
|
Copyright © 2023. All rights reserved.