View source: R/lexmodelbuildingservice_operations.R
lexmodelbuildingservice_get_bot_channel_associations | R Documentation |
Returns a list of all of the channels associated with the specified bot.
See https://www.paws-r-sdk.com/docs/lexmodelbuildingservice_get_bot_channel_associations/ for full documentation.
lexmodelbuildingservice_get_bot_channel_associations(
botName,
botAlias,
nextToken = NULL,
maxResults = NULL,
nameContains = NULL
)
botName |
[required] The name of the Amazon Lex bot in the association. |
botAlias |
[required] An alias pointing to the specific version of the Amazon Lex bot to which this association is being made. |
nextToken |
A pagination token for fetching the next page of associations. If the response to this call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of associations, specify the pagination token in the next request. |
maxResults |
The maximum number of associations to return in the response. The default is 50. |
nameContains |
Substring to match in channel association names. An association will be
returned if any part of its name matches the substring. For example,
"xyz" matches both "xyzabc" and "abcxyz." To return all bot channel
associations, use a hyphen ("-") as the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.