class Aws::Connect::Client

def associate_lex_bot(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • associate_lex_bot(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/AssociateLexBot - AWS API Documentation

Other tags:
    Example: Request syntax with placeholder values -

Returns:
  • (Struct) - Returns an empty {Seahorse::Client::Response response}.

Options Hash: (**params)
  • :client_token (String) --
  • :lex_bot (required, Types::LexBot) --
  • :instance_id (required, String) --
def associate_lex_bot(params = {}, options = {})
  req = build_request(:associate_lex_bot, params)
  req.send_request(options)
end