class Aws::LexModelBuildingService::Types::GetBotChannelAssociationsRequest
@note When making an API call, you may pass GetBotChannelAssociationsRequest
data as a hash: { bot_name: "BotName", # required bot_alias: "AliasNameOrListAll", # required next_token: "NextToken", max_results: 1, name_contains: "BotChannelName", }
@!attribute [rw] bot_name
The name of the Amazon Lex bot in the association. @return [String]
@!attribute [rw] bot_alias
An alias pointing to the specific version of the Amazon Lex bot to which this association is being made. @return [String]
@!attribute [rw] next_token
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. @return [String]
@!attribute [rw] max_results
The maximum number of associations to return in the response. The default is 50. @return [Integer]
@!attribute [rw] name_contains
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 `nameContains` parameter. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetBotChannelAssociationsRequest AWS API Documentation
Constants
- SENSITIVE